Searched refs:nl_nlmsgtype2str (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 95 extern char * nl_nlmsgtype2str(int, char *, size_t);
|
/external/libnl/lib/ |
D | msg.c | 646 char *nl_nlmsgtype2str(int type, char *buf, size_t size) in nl_nlmsgtype2str() function 811 nl_nlmsgtype2str(nlh->nlmsg_type, buf, sizeof(buf)); in print_hdr()
|
D | handlers.c | 35 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)), in print_header_content()
|
/external/libnl/ |
D | libnl-3.sym | 158 nl_nlmsgtype2str;
|
/external/libnl/python/netlink/ |
D | capi.i | 247 extern char * nl_nlmsgtype2str(int, char *, size_t);
|