Searched refs:NLMSG_OK (Results 1 – 11 of 11) sorted by relevance
/external/dnsmasq/src/ |
D | netlink.c | 170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) in iface_enumerate() 249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) in netlink_multicast()
|
/external/chromium/net/base/ |
D | network_change_notifier_netlink_linux.cc | 96 for (; NLMSG_OK(netlink_message_header, len); in HandleNetlinkMessage()
|
/external/wpa_supplicant_8/src/drivers/ |
D | priv_netlink.h | 57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
|
D | netlink.c | 58 while (NLMSG_OK(h, left)) { in netlink_receive()
|
/external/iproute2/include/linux/ |
D | netlink.h | 83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
|
/external/kernel-headers/original/linux/ |
D | netlink.h | 83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
|
/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) in find_interface()
|
/external/iproute2/lib/ |
D | libnetlink.c | 133 for (h = (struct nlmsghdr *)resp; NLMSG_OK(h, status); in rtnl_send_check() 212 while (NLMSG_OK(h, status)) { in rtnl_dump_filter_l()
|
/external/dhcpcd/ |
D | if-linux.c | 194 NLMSG_OK(nlm, (size_t)bytes); in get_netlink()
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 155 while (NLMSG_OK(h, status)) { in recvaddrs()
|
/external/iproute2/misc/ |
D | ss.c | 1562 while (NLMSG_OK(h, status)) { in tcp_show_netlink()
|