Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dutils.h70 extern char * nl_ether_proto2str(int, char *, size_t);
/third_party/libnl/
Dlibnl-3.sym136 nl_ether_proto2str;
/third_party/libnl/lib/route/
Dcls.c375 nl_ether_proto2str(cls->c_protocol, buf, sizeof(buf))); in cls_dump_line()
/third_party/libnl/lib/netfilter/
Dlog_msg_obj.c144 nl_ether_proto2str(ntohs(msg->log_msg_hwproto), in log_msg_dump()
Dqueue_msg_obj.c133 nl_ether_proto2str(ntohs(msg->queue_msg_hwproto), in nfnl_queue_msg_dump()
/third_party/libnl/python/netlink/
Dcapi.i156 extern char *nl_ether_proto2str(int, char *buf, size_t len);
/third_party/libnl/lib/
Dutils.c850 char *nl_ether_proto2str(int eproto, char *buf, size_t len) in nl_ether_proto2str() function