Home
last modified time | relevance | path

Searched refs:FREE_PORT_MIN (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DIpSecService.java112 static final int FREE_PORT_MIN = 1024; // ports 1-1023 are reserved field in IpSecService
1228 if (port != 0 && (port < FREE_PORT_MIN || port > PORT_MAX)) { in openUdpEncapsulationSocket()