Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dutils.h66 extern char * nl_ip_proto2str(int, char *, size_t);
/external/libnl/lib/
Dutils.c646 char *nl_ip_proto2str(int proto, char *buf, size_t len) in nl_ip_proto2str() function
/external/libnl/lib/netfilter/
Dct_obj.c183 nl_ip_proto2str(nfnl_ct_get_proto(ct), buf, sizeof(buf))); in ct_dump_line()