Home
last modified time | relevance | path

Searched refs:NLMSG_NEXT (Results 1 – 20 of 20) 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/libnl/include/linux/
Dnetlink.h81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
Dnetlink.c70 h = NLMSG_NEXT(h, left); in netlink_receive()
/external/tlsdate/src/
Drouteup.c83 nh = NLMSG_NEXT (nh, sz)) in routeup_process()
/external/iproute2/include/linux/
Dnetlink.h86 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h86 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/iputils/ninfod/
Dni_ifaddrs.c188 …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/
Dnetlink.c92 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) { in avahi_netlink_work()
/external/webrtc/webrtc/base/
Difaddrs-android.cc160 header = NLMSG_NEXT(header, header_size)) { in getifaddrs()
/external/strace/
Dsocketutils.c174 h = NLMSG_NEXT(h, ret)) { in receive_responses()
/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/avahi/avahi-autoipd/
Diface-linux.c223 for (; bytes > 0; p = NLMSG_NEXT(p, bytes)) { in process_response()
/external/iproute2/lib/
Dlibnetlink.c156 h = NLMSG_NEXT(h, status)) { in rtnl_send_check()
300 h = NLMSG_NEXT(h, msglen); in rtnl_dump_filter_l()
/external/toybox/toys/pending/
Dip.c1210 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/
Dpcap-netfilter-linux.c319 nlh = NLMSG_NEXT(nlh, len); in netfilter_send_config_msg()
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c689 h = NLMSG_NEXT(h, left); in vlan_event_receive()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c206 h = NLMSG_NEXT(h, status); in recvaddrs()
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1107 pNLMsg = NLMSG_NEXT(pNLMsg, len); in ProcessRoutingNotification()
/external/dhcpcd-6.8.2/
Dif-linux.c373 nlm = NLMSG_NEXT(nlm, bytes)) in get_netlink()