Searched refs:GETLOPORT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/ipfw/
H A Dnat.c190 #define GETLOPORT(x) ((x) >> 0x10) macro
192 #define GETHIPORT(x) (GETLOPORT((x)) + GETNUMPORTS((x)))
455 r->lport = GETLOPORT(portRange);
476 r->pport = GETLOPORT(portRange);
508 r->rport = GETLOPORT(portRange);
556 spool->port = GETLOPORT(portRange);
/freebsd-11-stable/sbin/natd/
H A Dnatd.c93 #define GETLOPORT(x) ((x) >> 0x10) macro
95 #define GETHIPORT(x) (GETLOPORT((x)) + GETNUMPORTS((x)))
1658 localPort = GETLOPORT(portRange);
1681 publicPort = GETLOPORT(portRange);
1705 remotePort = GETLOPORT(portRange);
1742 localPort = GETLOPORT(portRange);

Completed in 142 milliseconds