Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dutils.h66 extern char * nl_llproto2str(int, char *, size_t);
/external/libnl/
Dlibnl-3.sym150 nl_llproto2str;
/external/libnl/python/netlink/route/
Dlink.py314 return core_capi.nl_llproto2str(type_, 64)[0]
/external/libnl/python/netlink/
Dcapi.i152 extern char *nl_llproto2str(int, char *buf, size_t len);
/external/libnl/lib/
Dutils.c759 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.c856 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()