Searched refs:nl_llproto2str (Results 1 – 6 of 6) sorted by relevance
/external/libnl/include/netlink/ |
D | utils.h | 66 extern char * nl_llproto2str(int, char *, size_t);
|
/external/libnl/python/netlink/route/ |
D | link.py | 314 return core_capi.nl_llproto2str(type_, 64)[0]
|
/external/libnl/python/netlink/ |
D | capi.i | 150 extern char *nl_llproto2str(int, char *buf, size_t len);
|
/external/libnl/lib/ |
D | utils.c | 729 char * nl_llproto2str(int llproto, char *buf, size_t len) in nl_llproto2str() function
|
/external/libnl/doc/ |
D | route.txt | 81 functions nl_llproto2str()/nl_str2llproto(). 576 char *nl_llproto2str(int arptype, char *buf, size_t len);
|
/external/libnl/lib/route/ |
D | link.c | 661 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()
|