sbin/ipfw/nat.c
227
SETLOPORT(*portRange, ntohs(sp->s_port));
sbin/ipfw/nat.c
235
SETLOPORT(*portRange, strtol(str, &end, 10));
sbin/ipfw/nat.c
248
SETLOPORT(*portRange, loPort);
sbin/ipfw/nat.c
498
SETLOPORT(portRange, 0);
sbin/ipfw/nat.c
504
SETLOPORT(portRange, 0);
sbin/natd/natd.c
1699
SETLOPORT(portRange, 0);
sbin/natd/natd.c
1705
SETLOPORT(portRange, 0);
sbin/natd/natd.c
1913
SETLOPORT(*portRange, ntohs(sp->s_port));
sbin/natd/natd.c
1921
SETLOPORT(*portRange, strtol(str, &end, 10));
sbin/natd/natd.c
1934
SETLOPORT(*portRange, loPort);