Searched refs:nl_ether_proto2str (Results 1 – 7 of 7) sorted by relevance
/external/libnl/include/netlink/ |
D | utils.h | 70 extern char * nl_ether_proto2str(int, char *, size_t);
|
/external/libnl/ |
D | libnl-3.sym | 136 nl_ether_proto2str;
|
/external/libnl/lib/route/ |
D | cls.c | 440 nl_ether_proto2str(cls->c_protocol, buf, sizeof(buf))); in cls_dump_line()
|
/external/libnl/lib/netfilter/ |
D | queue_msg_obj.c | 127 nl_ether_proto2str(ntohs(msg->queue_msg_hwproto), in nfnl_queue_msg_dump()
|
D | log_msg_obj.c | 166 nl_ether_proto2str(ntohs(msg->log_msg_hwproto), in log_msg_dump()
|
/external/libnl/python/netlink/ |
D | capi.i | 156 extern char *nl_ether_proto2str(int, char *buf, size_t len);
|
/external/libnl/lib/ |
D | utils.c | 842 char *nl_ether_proto2str(int eproto, char *buf, size_t len) in nl_ether_proto2str() function
|