Searched refs:GETNUMPORTS (Results 1 – 2 of 2) sorted by relevance
191 #define GETNUMPORTS(x) ((x) & 0x0000ffff) macro192 #define GETHIPORT(x) (GETLOPORT((x)) + GETNUMPORTS((x)))253 if (GETNUMPORTS(*portRange) == 0) in StrToPortRange()456 numLocalPorts = GETNUMPORTS(portRange); in setup_redir_port()478 numLocalPorts = GETNUMPORTS(portRange); in setup_redir_port()481 r->pport_cnt = GETNUMPORTS(portRange); in setup_redir_port()509 r->rport_cnt = GETNUMPORTS(portRange); in setup_redir_port()552 if (GETNUMPORTS(portRange) != 1) in setup_redir_port()
91 #define GETNUMPORTS(x) ((x) & 0x0000ffff) macro92 #define GETHIPORT(x) (GETLOPORT((x)) + GETNUMPORTS((x)))1664 numLocalPorts = GETNUMPORTS(portRange); in SetupPortRedirect()1687 numPublicPorts = GETNUMPORTS(portRange); in SetupPortRedirect()1711 numRemotePorts = GETNUMPORTS(portRange); in SetupPortRedirect()1748 if (GETNUMPORTS(portRange) != 1) in SetupPortRedirect()1939 if (GETNUMPORTS(*portRange) == 0) in StrToPortRange()