Home
last modified time | relevance | path

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

/freebsd-src/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.c329 struct nlmsghdr *nlh = (struct nlmsghdr *) err - 1; error_handler() local
/freebsd-src/contrib/libpcap/
H A Dpcap-netfilter-linux.c148 const struct nlmsghdr *nlh = (const struct nlmsghdr *) bp; netfilter_read_linux() local
347 struct nlmsghdr *nlh = (struct nlmsghdr *) buf; netfilter_send_config_msg() local
[all...]
/freebsd-src/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-src/contrib/unbound/ipset/
H A Dipset.c62 struct nlmsghdr *nlh; add_to_ipset() local
[all...]