Home
last modified time | relevance | path

Searched refs:NLMSG_OK (Results 1 – 11 of 11) sorted by relevance

/external/dnsmasq/src/
Dnetlink.c170 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/
Dnetwork_change_notifier_netlink_linux.cc96 for (; NLMSG_OK(netlink_message_header, len); in HandleNetlinkMessage()
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
Dnetlink.c58 while (NLMSG_OK(h, left)) { in netlink_receive()
/external/iproute2/include/linux/
Dnetlink.h83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/external/kernel-headers/original/linux/
Dnetlink.h83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len)) in find_interface()
/external/iproute2/lib/
Dlibnetlink.c133 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/
Dif-linux.c194 NLMSG_OK(nlm, (size_t)bytes); in get_netlink()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c155 while (NLMSG_OK(h, status)) { in recvaddrs()
/external/iproute2/misc/
Dss.c1562 while (NLMSG_OK(h, status)) { in tcp_show_netlink()