Searched refs:NLMSG_OK (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | priv_netlink.h | 57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ macro
|
H A D | netlink.c | 58 while (NLMSG_OK(h, left)) { in netlink_receive()
|
/freebsd/sys/netlink/ |
H A D | netlink.h | 220 #define NLMSG_OK(_hdr, _len) NL_ITEM_OK(_hdr, _len, NLMSG_HDRLEN, _NLMSG_LEN) macro
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getifaddrs.c | 354 NLMSG_OK(nh, read_size); in nl_getmsg() 589 NLMSG_OK(nlh, nlmlen); in rk_getifaddrs()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | vlan_full.c | 717 while (NLMSG_OK(h, left)) { in vlan_event_receive()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-netfilter-linux.c | 411 while ((u_int)len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, (u_int)len)) { in netfilter_send_config_msg()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 4805 for (nh = buffer; NLMSG_OK(nh, cnt); nh = NLMSG_NEXT(nh, cnt))
|