/aosp12/system/netd/server/ |
H A D | NetlinkCommands.cpp | 138 for (nlmsghdr *nlh = reinterpret_cast<nlmsghdr *>(buf); in processNetlinkDump() local 170 NetlinkDumpCallback callback = [writeSock, deleteAction, shouldDelete, what] (nlmsghdr *nlh) { in rtNetlinkFlush() 212 uint32_t getRtmU32Attribute(const nlmsghdr* nlh, int attribute) { in getRtmU32Attribute()
|
H A D | SockDiag.h | 58 nlmsghdr nlh; member
|
H A D | RouteControllerTest.cpp | 54 NetlinkDumpCallback callback = [&expectedPriorities] (const nlmsghdr *nlh) { in TEST_F()
|
H A D | SockDiag.cpp | 113 nlmsghdr nlh; in sendDumpRequest() member 220 NetlinkDumpCallback callback = [this, proto, shouldDestroy] (nlmsghdr *nlh) { in readDiagMsg() 231 NetlinkDumpCallback callback = [tcpInfoReader] (nlmsghdr *nlh) { in readDiagMsgWithTcpInfo()
|
H A D | RouteController.cpp | 1106 uint32_t getRulePriority(const nlmsghdr *nlh) { in getRulePriority() 1110 uint32_t getRouteTable(const nlmsghdr *nlh) { in getRouteTable() 1115 NetlinkDumpFilter shouldDelete = [] (nlmsghdr *nlh) { in flushRules() 1123 NetlinkDumpFilter shouldDelete = [table] (nlmsghdr *nlh) { in flushRoutes()
|
/aosp12/hardware/google/pixel/thermal/utils/ |
H A D | thermal_watcher.cpp | 56 struct nlmsghdr *nlh = nlmsg_hdr(msg); in nlFinishHandle() local 66 struct nlmsghdr *nlh = nlmsg_hdr(msg); in nlAckHandle() local 76 struct nlmsghdr *nlh = nlmsg_hdr(msg); in nlSeqCheckHandle() local 188 struct nlmsghdr *nlh = nlmsg_hdr(n); in handleEvent() local
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 429 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_rtm_link() local 446 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_addr() local 487 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_neigh() local 535 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_route() local 611 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_nlmsg() local
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 429 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_rtm_link() local 446 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_addr() local 487 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_neigh() local 535 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_route() local 611 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_nlmsg() local
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 429 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_rtm_link() local 446 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_addr() local 487 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_neigh() local 535 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; /* NL message header */ in ipa_nl_decode_rtm_route() local 611 struct nlmsghdr *nlh = (struct nlmsghdr *)buffer; in ipa_nl_decode_nlmsg() local
|
/aosp12/system/logging/logd/ |
H A D | libaudit.h | 44 struct nlmsghdr nlh; member
|
/aosp12/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | netlink.h | 92 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(… argument 95 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(st… argument 96 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/aosp12/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | netlink.h | 83 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument 84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument 89 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/aosp12/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | netlink.h | 92 #define NLMSG_DATA(nlh) ((void *) (((char *) nlh) + NLMSG_LENGTH(0))) argument 94 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *)… argument 95 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(str… argument 96 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/aosp12/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | netlink.h | 83 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument 84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument 86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument 89 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | netlink.h | 83 #define NLMSG_DATA(nlh) ((void *) (((char *) nlh) + NLMSG_LENGTH(0))) argument 84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr *) (((char *)… argument 85 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(str… argument 86 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | wifi_hal.cpp | 1100 static int validate_cld80211_msg(nlmsghdr *nlh, int family, int cmd) in validate_cld80211_msg() 1128 static int validate_genl_msg(nlmsghdr *nlh, int family, int cmd) in validate_genl_msg() 1252 struct nlmsghdr *nlh = (struct nlmsghdr *)ctrl_msg->data; in register_monitor_sock() local 1609 struct nlmsghdr *nlh = nlmsg_hdr(msg); in internal_valid_message_handler() local
|
H A D | wifilogger_diag.cpp | 2579 struct nlmsghdr *nlh = nlmsg_hdr(msg); in diag_message_handler() local 2765 struct nlmsghdr *nlh = nlmsg_hdr(msg); in diag_message_handler() local
|
H A D | wifilogger_diag.h | 133 struct nlmsghdr nlh; // Netlink Header member
|
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
H A D | OffloadHardwareInterface.java | 334 final StructNlMsgHdr nlh = new StructNlMsgHdr(); in sendIpv4NfGenMsg() local
|