Searched refs:nl_str2ip_proto (Results 1 – 6 of 6) sorted by relevance
75 extern int nl_str2ip_proto(const char *);
55 if ((proto = nl_str2ip_proto(arg)) < 0) in nl_cli_ct_parse_protocol()
120 if ((l4protonum = nl_str2ip_proto(arg)) < 0) in nl_cli_exp_parse_l4protonum()
234 nl_str2ip_proto;
161 extern int nl_str2ip_proto(const char *);
881 int nl_str2ip_proto(const char *name) in nl_str2ip_proto() function