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

/external/libnl/include/linux/
H A Dnetlink.h83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dpriv_netlink.h57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c58 while (NLMSG_OK(h, left)) {
/external/wpa_supplicant_8/src/drivers/
H A Dpriv_netlink.h57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c58 while (NLMSG_OK(h, left)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c58 while (NLMSG_OK(h, left)) {
/external/iproute2/include/linux/
H A Dnetlink.h86 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h87 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ 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.cc159 for ( ; NLMSG_OK(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.c140 for (h = (struct nlmsghdr *)resp; NLMSG_OK(h, status);
219 while (NLMSG_OK(h, msglen)) {
/external/chromium_org/net/base/
H A Daddress_tracker_linux.cc300 NLMSG_OK(header, length);
H A Daddress_tracker_linux_unittest.cc138 CHECK(NLMSG_OK(header(), buffer_.size()));
/external/dhcpcd/
H A Dif-linux.c194 NLMSG_OK(nlm, (size_t)bytes);
/external/libpcap/
H A Dpcap-netfilter-linux.c308 while (len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, len)) {
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c155 while (NLMSG_OK(h, status)) {
/external/iproute2/misc/
H A Dss.c1588 while (NLMSG_OK(h, status)) {
2129 while (NLMSG_OK(h, status)) {
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c232 for (nh = (struct nlmsghdr *) buf; NLMSG_OK (nh, len);

Completed in 410 milliseconds