HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_NEXT (Results 51 - 65 of 65) sorted by null

1 23

  /bionic/libc/kernel/common/linux/
netlink.h 90 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), (struct nlmsghdr*)(((char*)(nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)))
  /external/iproute2/include/linux/
netlink.h 84 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
  /external/dnsmasq/src/
netlink.c 170 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/wpa_supplicant_8/src/drivers/
netlink.c 70 h = NLMSG_NEXT(h, left);
  /external/iputils/ninfod/
ni_ifaddrs.c 188 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/
address_tracker_linux.cc 236 header = NLMSG_NEXT(header, length)) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
ifaddrs-android.cc 173 header = NLMSG_NEXT(header, header_size)) {
  /external/dnsmasq/contrib/wrt/
dhcp_release.c 219 for (h = (struct nlmsghdr *)iov.iov_base; NLMSG_OK(h, (size_t)len); h = NLMSG_NEXT(h, len))
  /external/kernel-headers/original/linux/
netlink.h 81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \
  /external/iproute2/lib/
libnetlink.c 141 h = NLMSG_NEXT(h, status)) {
247 h = NLMSG_NEXT(h, msglen);
  /system/core/libsysutils/src/
NetlinkEvent.cpp 182 nh = NLMSG_NEXT(nh, size)) {
  /external/dhcpcd/
if-linux.c 195 nlm = NLMSG_NEXT(nlm, bytes))
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 206 h = NLMSG_NEXT(h, status);
  /external/iproute2/misc/
ss.c     [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c     [all...]

Completed in 3168 milliseconds

1 23