Home
last modified time | relevance | path

Searched refs:nlmsg_datalen (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h51 extern int nlmsg_datalen(const struct nlmsghdr *);
/external/libnl/lib/
Dmsg.c116 int nlmsg_datalen(const struct nlmsghdr *nlh) in nlmsg_datalen() function
123 return nlmsg_datalen(nlh); in nlmsg_len()
Dattr.c883 return nla_put(msg, attrtype, nlmsg_datalen(nested->nm_nlh), in nla_put_nested()
/external/libnl/
Dlibnl-3.sym295 nlmsg_datalen;
/external/wmediumd/wmediumd/
Dwmediumd.c658 len = nlmsg_total_size(nlmsg_datalen(nlmsg_hdr(msg))); in wmediumd_send_to_client()
663 len = nlmsg_total_size(nlmsg_datalen(nlmsg_hdr(msg))); in wmediumd_send_to_client()
806 nlmsg_append(cmsg, nlmsg_data(nlh), nlmsg_datalen(nlh), 0); in send_cloned_frame_msg()
/external/libnl/python/netlink/
Dcapi.i203 extern int nlmsg_datalen(const struct nlmsghdr *);
/external/libnl/doc/
Dcore.txt1336 int nlmsg_datalen(const struct nlmsghdr *nlh);
1339 The length of the message payload is returned by nlmsg_datalen().
1343 <--- nlmsg_datalen(nlh) --->