Searched refs:nl_ip_proto2str (Results 1 – 5 of 5) sorted by relevance
/external/libnl/include/netlink/ |
D | utils.h | 74 extern char * nl_ip_proto2str(int, char *, size_t);
|
/external/libnl/python/netlink/ |
D | capi.i | 158 extern char *nl_ip_proto2str(int, char *buf, size_t len);
|
/external/libnl/lib/netfilter/ |
D | exp_obj.c | 206 nl_ip_proto2str(nfnl_exp_get_l4protonum(exp, i), buf, sizeof(buf))); in exp_dump_tuples()
|
D | ct_obj.c | 185 nl_ip_proto2str(nfnl_ct_get_proto(ct), buf, sizeof(buf))); in ct_dump_line()
|
/external/libnl/lib/ |
D | utils.c | 837 char *nl_ip_proto2str(int proto, char *buf, size_t len) in nl_ip_proto2str() function
|