Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dipfw2.c947 strtoport(char *s, char **end, int base, int proto) in strtoport() function
1013 a = strtoport(av, &s, 0, proto); in fill_newports()
1022 b = strtoport(av, &s, 0, proto); in fill_newports()
4073 i = strtoport(s, &end, 0 /* base */, 0 /* proto */); in compile_rule()