Home
last modified time | relevance | path

Searched refs:nl_ip_proto2str (Results 1 – 5 of 5) sorted by relevance

/external/libnl/include/netlink/
Dutils.h74 extern char * nl_ip_proto2str(int, char *, size_t);
/external/libnl/python/netlink/
Dcapi.i158 extern char *nl_ip_proto2str(int, char *buf, size_t len);
/external/libnl/lib/netfilter/
Dexp_obj.c206 nl_ip_proto2str(nfnl_exp_get_l4protonum(exp, i), buf, sizeof(buf))); in exp_dump_tuples()
Dct_obj.c185 nl_ip_proto2str(nfnl_ct_get_proto(ct), buf, sizeof(buf))); in ct_dump_line()
/external/libnl/lib/
Dutils.c837 char *nl_ip_proto2str(int proto, char *buf, size_t len) in nl_ip_proto2str() function