Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dutils.h58 extern char * nl_llproto2str(int, char *, size_t);
/external/libnl/lib/route/
Dlink.c437 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_line()
581 nl_llproto2str(link->l_arptype, buf, sizeof(buf))); in link_dump_env()
/external/libnl/lib/
Dutils.c556 char * nl_llproto2str(int llproto, char *buf, size_t len) in nl_llproto2str() function