Searched refs:nl_str2ip_proto (Results 1 – 5 of 5) sorted by relevance
75 extern int nl_str2ip_proto(const char *);
54 if ((proto = nl_str2ip_proto(arg)) < 0) in nl_cli_ct_parse_protocol()
119 if ((l4protonum = nl_str2ip_proto(arg)) < 0) in nl_cli_exp_parse_l4protonum()
159 extern int nl_str2ip_proto(const char *);
850 int nl_str2ip_proto(const char *name) in nl_str2ip_proto() function