Searched refs:NLMSG_NEXT (Results 1 - 19 of 19) sorted by relevance

/external/chromium/net/base/
H A Dnetwork_change_notifier_netlink_linux.cc97 netlink_message_header = NLMSG_NEXT(netlink_message_header, len)) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dpriv_netlink.h54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
H A Dnetlink.c70 h = NLMSG_NEXT(h, left);
/external/wpa_supplicant_8/src/drivers/
H A Dpriv_netlink.h54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
H A Dnetlink.c70 h = NLMSG_NEXT(h, left);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
H A Dnetlink.c70 h = NLMSG_NEXT(h, left);
/external/iproute2/include/linux/
H A Dnetlink.h84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/dnsmasq/src/
H A Dnetlink.c170 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
249 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
/external/iputils/ninfod/
H A Dni_ifaddrs.c188 for (nh = (struct nlmsghdr *) buff; NLMSG_OK(nh, read_size); nh = (struct nlmsghdr *) NLMSG_NEXT(nh, read_size)) {
385 for (nlh = nlh0; NLMSG_OK(nlh, nlmlen); nlh = NLMSG_NEXT(nlh, nlmlen)) {
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc236 header = NLMSG_NEXT(header, length)) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Difaddrs-android.cc173 header = NLMSG_NEXT(header, header_size)) {
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
/external/kernel-headers/original/linux/
H A Dnetlink.h81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/external/iproute2/lib/
H A Dlibnetlink.c141 h = NLMSG_NEXT(h, status)) {
247 h = NLMSG_NEXT(h, msglen);
/external/dhcpcd/
H A Dif-linux.c195 nlm = NLMSG_NEXT(nlm, bytes))
/external/iproute2/misc/
H A Dss.c1617 h = NLMSG_NEXT(h, status);
1628 h = NLMSG_NEXT(h, status);
2160 h = NLMSG_NEXT(h, status);
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c206 h = NLMSG_NEXT(h, status);
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1083 pNLMsg = NLMSG_NEXT(pNLMsg, len);

Completed in 159 milliseconds