Home
last modified time | relevance | path

Searched refs:nl_llproto2str (Results 1 – 6 of 6) sorted by relevance

/external/libnl/include/netlink/
Dutils.h66 extern char * nl_llproto2str(int, char *, size_t);
/external/libnl/python/netlink/route/
Dlink.py314 return core_capi.nl_llproto2str(type_, 64)[0]
/external/libnl/python/netlink/
Dcapi.i150 extern char *nl_llproto2str(int, char *buf, size_t len);
/external/libnl/lib/
Dutils.c729 char * nl_llproto2str(int llproto, char *buf, size_t len) in nl_llproto2str() function
/external/libnl/doc/
Droute.txt81 functions nl_llproto2str()/nl_str2llproto().
576 char *nl_llproto2str(int arptype, char *buf, size_t len);
/external/libnl/lib/route/
Dlink.c661 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()