Home
last modified time | relevance | path

Searched defs:nlh (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/wpa/src/drivers/
H A Dpriv_netlink.h53 #define NLMSG_DATA(nlh) ((void*) (((char*) nlh) + NLMSG_LENGTH(0))) argument
54 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument
57 #define NLMSG_OK(nlh,len) ((len) >= (int) sizeof(struct nlmsghdr) && \ argument
60 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
H A Ddriver_nl80211.c354 struct nlmsghdr *nlh = (struct nlmsghdr *) err - 1; in error_handler() local
/freebsd/contrib/libpcap/
H A Dpcap-netfilter-linux.c146 const struct nlmsghdr *nlh = (const struct nlmsghdr *) bp; in netfilter_read_linux() local
345 struct nlmsghdr *nlh = (struct nlmsghdr *) buf; in netfilter_send_config_msg() local
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c141 struct nlmsghdr *nlh; member
391 struct nlmsghdr *nlh = NULL; in nl_getlist() local
549 struct nlmsghdr *nlh, *nlh0; in rk_getifaddrs() local
/freebsd/contrib/unbound/ipset/
H A Dipset.c143 struct nlmsghdr *nlh; in add_to_ipset() local