Searched defs:niIndex (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
H A DAbstractPlainDatagramSocketImpl.java396 * In case of niIndex == 0 or no address return anyLocalAddress
398 static InetAddress getNIFirstAddress(int niIndex) throws SocketException { argument
399 if (niIndex > 0) {
400 NetworkInterface networkInterface = NetworkInterface.getByIndex(niIndex);

Completed in 168 milliseconds