Home
last modified time | relevance | path

Searched refs:NLMSG_SPACE (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/drivers/
Dpriv_netlink.h52 #define NLMSG_SPACE(len) NLMSG_ALIGN(NLMSG_LENGTH(len)) macro
60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len)))
/freebsd-12-stable/contrib/libpcap/
Dpcap-netfilter-linux.c162 if (ep - bp < NLMSG_SPACE(0)) { in netfilter_read_linux()
381 while ((u_int)len >= NLMSG_SPACE(0) && NLMSG_OK(nlh, (u_int)len)) { in netfilter_send_config_msg()