Home
last modified time | relevance | path

Searched refs:nl_nlmsgtype2str (Results 1 – 3 of 3) sorted by relevance

/external/libnl/include/netlink/
Dmsg.h98 extern char * nl_nlmsgtype2str(int, char *, size_t);
/external/libnl/lib/
Dmsg.c754 char *nl_nlmsgtype2str(int type, char *buf, size_t size) in nl_nlmsgtype2str() function
915 nl_nlmsgtype2str(nlh->nlmsg_type, buf, sizeof(buf)); in print_hdr()
Dhandlers.c45 nl_nlmsgtype2str(n->nlmsg_type, type, sizeof(type)), in print_header_content()