Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/nc/
H A Dnetcat.c131 int strtoport(char *portstr, int udp);
1476 strtoport(char *portstr, int udp) in strtoport() function
1512 hi = strtoport(n, uflag); in build_ports()
1513 lo = strtoport(p, uflag); in build_ports()
1541 hi = strtoport(p, uflag); in build_ports()
/dragonfly/lib/libipfw3/basic/
H A Dipfw3_basic.c163 strtoport(char *s, char **end, int base, int proto) in strtoport() function
309 port = strtoport(str, &end, 0, 0); in parse_forward()
/dragonfly/sbin/ipfw/
H A Dipfw2.c447 strtoport(char *str, char **end, int base, int proto) in strtoport() function
517 a = strtoport(av, &str, 0, proto); in fill_newports()
522 b = strtoport(av, &str, 0, proto); in fill_newports()
2837 i = strtoport(st, &end, 0 /* base */, 0 /* proto */); in add()