Searched refs:FREE_PORT_MIN (Results 1 – 1 of 1) sorted by relevance
112 static final int FREE_PORT_MIN = 1024; // ports 1-1023 are reserved field in IpSecService1228 if (port != 0 && (port < FREE_PORT_MIN || port > PORT_MAX)) { in openUdpEncapsulationSocket()