Home
last modified time | relevance | path

Searched refs:NLMSG_NEXT (Results 1 – 12 of 12) 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/iproute2/include/linux/
Dnetlink.h81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/chromium/net/base/
Dnetwork_change_notifier_netlink_linux.cc97 netlink_message_header = NLMSG_NEXT(netlink_message_header, len)) { in HandleNetlinkMessage()
/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/kernel-headers/original/linux/
Dnetlink.h81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ 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.c134 h = NLMSG_NEXT(h, status)) { in rtnl_send_check()
245 h = NLMSG_NEXT(h, status); in rtnl_dump_filter_l()
/external/dhcpcd/
Dif-linux.c188 nlm = NLMSG_NEXT(nlm, bytes)) in get_netlink()
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c206 h = NLMSG_NEXT(h, status); in recvaddrs()
/external/iproute2/misc/
Dss.c1584 h = NLMSG_NEXT(h, status); in tcp_show_netlink()
1593 h = NLMSG_NEXT(h, status); in tcp_show_netlink()
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1083 pNLMsg = NLMSG_NEXT(pNLMsg, len); in ProcessRoutingNotification()