Home
last modified time | relevance | path

Searched refs:NLMSG_ERROR (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
H A DNetlinkConstants.java86 public static final short NLMSG_ERROR = 2; // Error field in NetlinkConstants
137 case NLMSG_ERROR: return "NLMSG_ERROR"; in stringForCtlMsgType()
H A DNetlinkMessage.java106 case NetlinkConstants.NLMSG_ERROR: in parseCtlMessage()
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
H A DNetlinkConstantsTest.java29 import static android.net.netlink.NetlinkConstants.NLMSG_ERROR;
118 assertEquals("NLMSG_ERROR", stringForNlMsgType(NLMSG_ERROR, family)); in testStringForNlMsgType_ControlMessage()
H A DNetlinkErrorMessageTest.java80 assertEquals(NetlinkConstants.NLMSG_ERROR, hdr.nlmsg_type); in testParseNlmErrorOk()
/aosp12/bionic/libc/bionic/
H A Dbionic_netlink.cpp83 if (hdr->nlmsg_type == NLMSG_ERROR) { in ReadResponses()
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/
H A Dnetlink.h99 #define NLMSG_ERROR 0x2 macro
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
H A DError.cpp31 {NLMSG_ERROR, {"ERROR", MessageGenre::Ack}}, in Error()
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dnetlink.h92 #define NLMSG_ERROR 0x2 /* Error */ macro
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/
H A Dnetlink.h99 #define NLMSG_ERROR 0x2 macro
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dnetlink.h92 #define NLMSG_ERROR 0x2 /* Error */ macro
/aosp12/system/logging/logd/
H A Dlibaudit.cpp43 if (rep.nlh.nlmsg_type == NLMSG_ERROR) { in get_ack()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dnetlink.h88 #define NLMSG_ERROR 0x2 macro
/aosp12/system/netd/server/
H A DNetlinkListener.cpp46 constexpr int kNetlinkMsgErrorType = (NFNL_SUBSYS_NONE << 8) | NLMSG_ERROR;
H A DNetlinkCommands.cpp144 case NLMSG_ERROR: { in processNetlinkDump()
H A DOffloadUtils.cpp152 if (resp.h.nlmsg_type != NLMSG_ERROR) { in sendAndProcessNetlinkResponse()
H A DSockDiag.cpp76 } else if (bytesread == (ssize_t) sizeof(ack) && ack.h.nlmsg_type == NLMSG_ERROR) { in checkError()
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/
H A DSocket.cpp112 const auto nlerr = receive<nlmsgerr>({NLMSG_ERROR}); in receiveAck()
/aosp12/system/connectivity/wificond/net/
H A Dnetlink_manager.cpp333 if (response_or_error->GetMessageType() == NLMSG_ERROR) { in SendMessageAndGetSingleResponse()
367 if (type != NLMSG_ERROR) { in SendMessageAndGetAckOrError()
H A Dnl80211_packet.cpp80 if (GetMessageType() == NLMSG_ERROR) { in IsValid()
H A Dnetlink_utils.cpp153 if (packet->GetMessageType() == NLMSG_ERROR) { in GetWiphyIndex()
202 if (packet->GetMessageType() == NLMSG_ERROR) { in GetInterfaces()
/aosp12/packages/modules/Connectivity/Tethering/jni/
H A Dcom_android_networkstack_tethering_BpfUtils.cpp126 if (resp.h.nlmsg_type != NLMSG_ERROR) { in sendAndProcessNetlinkResponse()
/aosp12/system/connectivity/wificond/tests/
H A Dscan_utils_unittest.cpp72 nl_header->nlmsg_type = NLMSG_ERROR; in CreateControlMessageError()
H A Dnetlink_utils_unittest.cpp101 nl_header->nlmsg_type = NLMSG_ERROR; in CreateControlMessageError()
/aosp12/system/connectivity/wificond/scanning/
H A Dscan_utils.cpp102 if (packet->GetMessageType() == NLMSG_ERROR) { in GetScanResult()
/aosp12/system/core/libnetutils/
H A Difc_utils.c356 if (!NLMSG_OK(nh, (unsigned) len) || nh->nlmsg_type != NLMSG_ERROR) { in ifc_act_on_address()

12