Searched refs:nl_llproto2str (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/netlink/ |
D | utils.h | 66 extern char * nl_llproto2str(int, char *, size_t);
|
/external/libnl/ |
D | libnl-3.sym | 150 nl_llproto2str;
|
/external/libnl/python/netlink/route/ |
D | link.py | 314 return core_capi.nl_llproto2str(type_, 64)[0]
|
/external/libnl/python/netlink/ |
D | capi.i | 152 extern char *nl_llproto2str(int, char *buf, size_t len);
|
/external/libnl/lib/ |
D | utils.c | 759 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 | 856 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()
|