OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlmsg_datalen
(Results
1 - 2
of
2
) sorted by null
/system/core/libnl_2/
msg.c
120
int
nlmsg_datalen
(const struct nlmsghdr *nlh)
function
128
return
nlmsg_datalen
(nlh) - NLMSG_ALIGN(hdrlen);
/external/libnl-headers/netlink/
msg.h
54
extern int
nlmsg_datalen
(const struct nlmsghdr *);
Completed in 38 milliseconds