Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dutils.h70 extern char * nl_ether_proto2str(int, char *, size_t);
/external/libnl/lib/route/
Dcls.c355 nl_ether_proto2str(cls->c_protocol, buf, sizeof(buf))); in cls_dump_line()
/external/libnl/lib/netfilter/
Dlog_msg_obj.c143 nl_ether_proto2str(ntohs(msg->log_msg_hwproto), in log_msg_dump()
Dqueue_msg_obj.c132 nl_ether_proto2str(ntohs(msg->queue_msg_hwproto), in nfnl_queue_msg_dump()
/external/libnl/python/netlink/
Dcapi.i154 extern char *nl_ether_proto2str(int, char *buf, size_t len);
/external/libnl/lib/
Dutils.c819 char *nl_ether_proto2str(int eproto, char *buf, size_t len) in nl_ether_proto2str() function