/bionic/libc/bionic/ |
bionic_netlink.cpp | 85 for (; NLMSG_OK(hdr, static_cast<size_t>(bytes_read)); hdr = NLMSG_NEXT(hdr, bytes_read)) {
|
/external/strace/tests/ |
netlink_netlink_diag.c | 104 if (!NLMSG_OK(h, ret)) 105 error_msg_and_skip("!NLMSG_OK");
|
netlink_inet_diag.c | 103 if (!NLMSG_OK(h, ret)) 104 error_msg_and_skip("!NLMSG_OK");
|
netlink_unix_diag.c | 107 if (!NLMSG_OK(h, ret)) 108 error_msg_and_skip("!NLMSG_OK");
|
/external/strace/tests-m32/ |
netlink_netlink_diag.c | 104 if (!NLMSG_OK(h, ret)) 105 error_msg_and_skip("!NLMSG_OK");
|
netlink_inet_diag.c | 103 if (!NLMSG_OK(h, ret)) 104 error_msg_and_skip("!NLMSG_OK");
|
netlink_unix_diag.c | 107 if (!NLMSG_OK(h, ret)) 108 error_msg_and_skip("!NLMSG_OK");
|
/external/strace/tests-mx32/ |
netlink_netlink_diag.c | 104 if (!NLMSG_OK(h, ret)) 105 error_msg_and_skip("!NLMSG_OK");
|
netlink_inet_diag.c | 103 if (!NLMSG_OK(h, ret)) 104 error_msg_and_skip("!NLMSG_OK");
|
netlink_unix_diag.c | 107 if (!NLMSG_OK(h, ret)) 108 error_msg_and_skip("!NLMSG_OK");
|
/external/wpa_supplicant_8/src/drivers/ |
priv_netlink.h | 57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \
|
netlink.c | 58 while (NLMSG_OK(h, left)) {
|
/device/google/cuttlefish_common/common/libs/net/ |
netlink_client.cpp | 70 NLMSG_OK(nh, len);
|
/external/libnl/include/linux-private/linux/ |
netlink.h | 83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|
/external/ltp/testcases/lib/ |
tst_net_iface_prefix.c | 81 while NLMSG_OK(retmsg, len) {
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
netlink.h | 95 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
netlink.h | 86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
netlink.h | 95 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
netlink.h | 86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
netlink.h | 84 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|
/system/core/logd/ |
libaudit.c | 237 if (!NLMSG_OK(&rep->nlh, (size_t)len)) {
|
/external/dnsmasq/src/ |
netlink.c | 170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) 249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
|
/bionic/libc/kernel/uapi/linux/ |
netlink.h | 85 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && (nlh)->nlmsg_len >= sizeof(struct nlmsghdr) && (nlh)->nlmsg_len <= (len))
|
/external/iproute2/include/uapi/linux/ |
netlink.h | 97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|
/external/kernel-headers/original/uapi/linux/ |
netlink.h | 97 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \
|