Home
last modified time | relevance | path

Searched refs:NLMSG_OK (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/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)) { in netlink_receive()
/freebsd/sys/netlink/
H A Dnetlink.h220 #define NLMSG_OK(_hdr, _len) NL_ITEM_OK(_hdr, _len, NLMSG_HDRLEN, _NLMSG_LEN) macro
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c354 NLMSG_OK(nh, read_size); in nl_getmsg()
589 NLMSG_OK(nlh, nlmlen); in rk_getifaddrs()
/freebsd/contrib/wpa/src/ap/
H A Dvlan_full.c717 while (NLMSG_OK(h, left)) { in vlan_event_receive()
/freebsd/contrib/libpcap/
H A Dpcap-netfilter-linux.c411 while ((u_int)len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, (u_int)len)) { in netfilter_send_config_msg()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4805 for (nh = buffer; NLMSG_OK(nh, cnt); nh = NLMSG_NEXT(nh, cnt))