Home
last modified time | relevance | path

Searched refs:nl_str2ip_proto (Results 1 – 6 of 6) sorted by relevance

/third_party/libnl/include/netlink/
Dutils.h75 extern int nl_str2ip_proto(const char *);
/third_party/libnl/src/lib/
Dct.c55 if ((proto = nl_str2ip_proto(arg)) < 0) in nl_cli_ct_parse_protocol()
Dexp.c120 if ((l4protonum = nl_str2ip_proto(arg)) < 0) in nl_cli_exp_parse_l4protonum()
/third_party/libnl/
Dlibnl-3.sym234 nl_str2ip_proto;
/third_party/libnl/python/netlink/
Dcapi.i161 extern int nl_str2ip_proto(const char *);
/third_party/libnl/lib/
Dutils.c881 int nl_str2ip_proto(const char *name) in nl_str2ip_proto() function