Home
last modified time | relevance | path

Searched refs:NLMSG_HDRLEN (Results 1 – 9 of 9) sorted by relevance

/third_party/libnl/lib/genl/
Dgenl.c230 nlh = (const struct nlmsghdr *)((const unsigned char *) gnlh - NLMSG_HDRLEN); in genlmsg_len()
231 return (nlh->nlmsg_len - GENL_HDRLEN - NLMSG_HDRLEN); in genlmsg_len()
/third_party/libnl/include/linux-private/linux/
Dnetlink.h91 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
92 #define NLMSG_LENGTH(len) ((len) + NLMSG_HDRLEN)
/third_party/libnl/include/netlink/
Dnetlink-kernel.h213 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
/third_party/libnl/lib/
Dmsg.c58 return NLMSG_HDRLEN + payload; in nlmsg_size()
109 return (unsigned char *) nlh + NLMSG_HDRLEN; in nlmsg_data()
125 return nlh->nlmsg_len - NLMSG_HDRLEN; in nlmsg_datalen()
515 if (n->nm_nlh->nlmsg_len < NLMSG_HDRLEN) in nlmsg_put()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
Ddriver_nl80211.c383 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h50 #define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) macro
Ddriver_nl80211.c386 int len = hdr->nlmsg_len - NLMSG_HDRLEN; in nl80211_nlmsg_clear()
/third_party/libnl/doc/
Dcore.txt1228 <---- NLMSG_HDRLEN -----> <- NLMSG_ALIGN(len) -> <---- NLMSG_HDRLEN ---