Home
last modified time | relevance | path

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

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