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

/external/libnl/include/linux/
H A Dnetlink.h81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ macro
/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/kernel-headers/original/uapi/linux/
H A Dnetlink.h85 #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/third_party/webrtc/base/
H A Difaddrs-android.cc160 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/iproute2/lib/
H A Dlibnetlink.c141 h = NLMSG_NEXT(h, status)) {
247 h = NLMSG_NEXT(h, msglen);
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc301 header = NLMSG_NEXT(header, length)) {
/external/dhcpcd/
H A Dif-linux.c195 nlm = NLMSG_NEXT(nlm, bytes))
/external/libpcap/
H A Dpcap-netfilter-linux.c317 nlh = NLMSG_NEXT(nlh, len);
/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/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c233 nh = NLMSG_NEXT (nh, len)) {
/external/mdnsresponder/mDNSPosix/
H A DmDNSPosix.c1106 pNLMsg = NLMSG_NEXT(pNLMsg, len);

Completed in 234 milliseconds