Searched refs:PORT_MAX (Results 1 – 1 of 1) sorted by relevance
113 static final int PORT_MAX = 0xFFFF; // ports are an unsigned 16-bit integer field in IpSecService1217 if (port != 0 && (port < FREE_PORT_MIN || port > PORT_MAX)) { in openUdpEncapsulationSocket()