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

/external/chromium/net/base/
H A Dnetwork_change_notifier_netlink_linux.cc96 for (; NLMSG_OK(netlink_message_header, len);
/external/iproute2/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.h63 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c64 while (NLMSG_OK(h, left)) {
/external/wpa_supplicant_8/src/drivers/
H A Dpriv_netlink.h63 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c64 while (NLMSG_OK(h, left)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h63 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
H A Dnetlink.c64 while (NLMSG_OK(h, left)) {
/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/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.h85 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ macro
/external/iproute2/lib/
H A Dlibnetlink.c133 for (h = (struct nlmsghdr *)resp; NLMSG_OK(h, status);
212 while (NLMSG_OK(h, status)) {
/external/dhcpcd/
H A Dif-linux.c187 NLMSG_OK(nlm, (size_t)bytes);
/external/ipsec-tools/src/racoon/
H A Dgrabmyaddr.c582 while (NLMSG_OK(h, status)) {
/external/iproute2/misc/
H A Dss.c1562 while (NLMSG_OK(h, status)) {

Completed in 584 milliseconds