Searched refs:LOW_PORT (Results 1 – 2 of 2) sorted by relevance
65 #define LOW_PORT (IPPORT_RESERVED) macro68 #define LOW_PORT (1024u) macro209 if (port_offset < LOW_PORT || port_offset > HIGH_PORT) { in main_platform()212 port_offset, LOW_PORT, HIGH_PORT); in main_platform()226 if (portnum < LOW_PORT || portnum > HIGH_PORT) { in main_platform()229 portnum, LOW_PORT, HIGH_PORT); in main_platform()
185 #define LOW_PORT (IPPORT_RESERVED) macro188 #define LOW_PORT (1024u) macro