/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/libnl/include/linux/ |
D | netlink.h | 81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
/external/wpa_supplicant_8/src/drivers/ |
D | priv_netlink.h | 54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
D | netlink.c | 70 h = NLMSG_NEXT(h, left); in netlink_receive()
|
/external/tlsdate/src/ |
D | routeup.c | 83 nh = NLMSG_NEXT (nh, sz)) in routeup_process()
|
/external/iproute2/include/linux/ |
D | netlink.h | 86 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | netlink.h | 86 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
|
/external/iputils/ninfod/ |
D | ni_ifaddrs.c | 188 …for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(n… in nl_getmsg() 385 for (nlh = nlh0; NLMSG_OK(nlh, nlmlen); nlh = NLMSG_NEXT(nlh, nlmlen)) { in ni_ifaddrs()
|
/external/avahi/avahi-core/ |
D | netlink.c | 92 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) { in avahi_netlink_work()
|
/external/webrtc/webrtc/base/ |
D | ifaddrs-android.cc | 160 header = NLMSG_NEXT(header, header_size)) { in getifaddrs()
|
/external/strace/ |
D | socketutils.c | 174 h = NLMSG_NEXT(h, ret)) { in receive_responses()
|
/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/avahi/avahi-autoipd/ |
D | iface-linux.c | 223 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) { in process_response()
|
/external/iproute2/lib/ |
D | libnetlink.c | 156 h = NLMSG_NEXT(h, status)) { in rtnl_send_check() 300 h = NLMSG_NEXT(h, msglen); in rtnl_dump_filter_l()
|
/external/toybox/toys/pending/ |
D | ip.c | 1210 for (; NLMSG_OK(addr_ptr, length); addr_ptr = NLMSG_NEXT(addr_ptr, length)) { in ipaddrupdate() 1355 for (; NLMSG_OK(addr_ptr, len); addr_ptr = NLMSG_NEXT(addr_ptr, len)) { in ipaddr_print() 1399 for (; NLMSG_OK(addr_ptr, len); addr_ptr = NLMSG_NEXT(addr_ptr, len)) { in ipaddr_print() 1636 mhdr = NLMSG_NEXT(mhdr, msglen)) { in display_route_info() 2696 mhdr = NLMSG_NEXT(mhdr, msglen)) { in filter_nlmesg()
|
/external/libpcap/ |
D | pcap-netfilter-linux.c | 319 nlh = NLMSG_NEXT(nlh, len); in netfilter_send_config_msg()
|
/external/wpa_supplicant_8/src/ap/ |
D | vlan_full.c | 689 h = NLMSG_NEXT(h, left); in vlan_event_receive()
|
/external/ipsec-tools/src/racoon/ |
D | grabmyaddr.c | 206 h = NLMSG_NEXT(h, status); in recvaddrs()
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1107 pNLMsg = NLMSG_NEXT(pNLMsg, len); in ProcessRoutingNotification()
|
/external/dhcpcd-6.8.2/ |
D | if-linux.c | 373 nlm = NLMSG_NEXT(nlm, bytes)) in get_netlink()
|