Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/drivers/
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
/external/iproute2/include/linux/
Dnetlink.h80 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument
81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument
83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument
86 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
/external/kernel-headers/original/linux/
Dnetlink.h80 #define NLMSG_DATA(nlh) ((void*)(((char*)nlh) + NLMSG_LENGTH(0))) argument
81 #define NLMSG_NEXT(nlh,len) ((len) -= NLMSG_ALIGN((nlh)->nlmsg_len), \ argument
83 #define NLMSG_OK(nlh,len) ((len) >= (int)sizeof(struct nlmsghdr) && \ argument
86 #define NLMSG_PAYLOAD(nlh,len) ((nlh)->nlmsg_len - NLMSG_SPACE((len))) argument
221 const struct nlmsghdr *nlh; member
238 struct nlmsghdr *nlh; in __nlmsg_put() local
/external/libnl-headers/netlink/
Dmsg.h123 #define nlmsg_for_each_attr(pos, nlh, hdrlen, rem) \ argument
/external/libselinux/src/
Davc_internal.c102 struct nlmsghdr *nlh = (struct nlmsghdr *)buf; in avc_netlink_receive() local
156 struct nlmsghdr *nlh = (struct nlmsghdr *)buf; in avc_netlink_process() local
/external/iptables/libipq/
Dlibipq.c129 struct nlmsghdr *nlh; in ipq_netlink_recvfrom() local
273 struct nlmsghdr nlh; in ipq_set_mode() member
322 struct nlmsghdr nlh; in ipq_set_verdict() local
/external/iproute2/genl/
Dctrl.c45 struct nlmsghdr *nlh; in genl_ctrl_resolve_family() local
287 struct nlmsghdr *nlh; in ctrl_list() local
/external/libnl-headers/netlink/genl/
Dmngt.h28 struct nlmsghdr * nlh; member
/external/dnsmasq/src/
Dnetlink.c134 struct nlmsghdr nlh; in iface_enumerate() member
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Dpriv_netlink.h57 #define NLMSG_DATA(nlh) ((void*) (((char*) nlh) + NLMSG_LENGTH(0))) argument
/external/iproute2/lib/
Dlibnetlink.c95 struct nlmsghdr nlh; in rtnl_wilddump_request() member
150 struct nlmsghdr nlh; in rtnl_dump_request() local
/external/dnsmasq/contrib/wrt/
Ddhcp_release.c188 struct nlmsghdr nlh; in find_interface() member
/external/ipsec-tools/src/racoon/
Dgrabmyaddr.c217 struct nlmsghdr nlh; in getifaddrs() member
/external/iproute2/misc/
Dss.c1321 static void tcp_show_info(const struct nlmsghdr *nlh, struct inet_diag_msg *r) in tcp_show_info()
1404 static int tcp_show_sock(struct nlmsghdr *nlh, struct filter *f) in tcp_show_sock()
1473 struct nlmsghdr nlh; in tcp_show_netlink() member
/external/iproute2/ip/
Diproute.c994 struct nlmsghdr nlh; in rtnl_rtcache_request() member