Searched refs:NLMSG_HDRLEN (Results 1 - 9 of 9) sorted by path

/external/chromium_org/net/base/
H A Daddress_tracker_linux_unittest.cc100 explicit NetlinkMessage(uint16 type) : buffer_(NLMSG_HDRLEN) {
106 CHECK_EQ(static_cast<size_t>(NLMSG_HDRLEN),
/external/iproute2/include/linux/
H A Dnetlink.h80 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
81 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h81 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
82 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/external/libnl/include/linux/
H A Dnetlink.h77 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
78 #define NLMSG_LENGTH(len) ((len)+NLMSG_ALIGN(NLMSG_HDRLEN))
/external/libnl/lib/genl/
H A Dgenl.c202 NLMSG_HDRLEN);
203 return (nlh->nlmsg_len - GENL_HDRLEN - NLMSG_HDRLEN);
/external/libnl/lib/
H A Dmsg.c186 return NLMSG_HDRLEN + payload;
220 return (unsigned char *) nlh + NLMSG_HDRLEN;
234 return nlh->nlmsg_len - NLMSG_HDRLEN;
616 if (n->nm_nlh->nlmsg_len < NLMSG_HDRLEN)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
/external/wpa_supplicant_8/src/drivers/
H A Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro

Completed in 875 milliseconds