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

/freebsd-13-stable/sbin/ipfw/
H A Dnat.c191 #define GETLOPORT(x) ((x) >> 0x10) macro
193 #define GETHIPORT(x) (GETLOPORT((x)) + GETNUMPORTS((x)))
456 r->lport = GETLOPORT(portRange);
477 r->pport = GETLOPORT(portRange);
509 r->rport = GETLOPORT(portRange);
557 spool->port = GETLOPORT(portRange);
/freebsd-13-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 57 milliseconds