Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipfw2.c996 strtoport(char *s, char **end, int base, int proto) in strtoport() function
1062 a = strtoport(av, &s, 0, proto); in fill_newports()
1071 b = strtoport(av, &s, 0, proto); in fill_newports()
4266 i = strtoport(s, &end, 0 /* base */, 0 /* proto */); in compile_rule()