Searched refs:nl_nlmsgtype2str (Results 1 – 4 of 4) sorted by relevance
/external/libnl/include/netlink/ |
D | msg.h | 99 extern char * nl_nlmsgtype2str(int, char *, size_t);
|
/external/libnl/lib/ |
D | msg.c | 649 char *nl_nlmsgtype2str(int type, char *buf, size_t size) in nl_nlmsgtype2str() function 814 nl_nlmsgtype2str(nlh->nlmsg_type, buf, sizeof(buf)); in print_hdr()
|
D | handlers.c | 40 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)), in print_header_content()
|
/external/libnl/python/netlink/ |
D | capi.i | 242 extern char * nl_nlmsgtype2str(int, char *, size_t);
|