OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nlmsg_attrlen
(Results
1 - 4
of
4
) sorted by null
/external/libnl-headers/netlink/
msg.h
60
extern int
nlmsg_attrlen
(const struct nlmsghdr *, int);
125
nlmsg_attrlen
(nlh, hdrlen), rem)
/system/core/libnl_2/
msg.c
126
int
nlmsg_attrlen
(const struct nlmsghdr *nlh, int hdrlen)
function
attr.c
175
rc = nla_put(msg, attrtype,
nlmsg_attrlen
(nlmsg_hdr(nested), 0),
/system/core/libnl_2/genl/
genl.c
214
nlmsg_attrlen
(nlh, GENL_HDRLEN),
Completed in 1255 milliseconds