Searched refs:getSocketLocalPort (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/net/
H A DPlainSocketImpl.java107 newImpl.localport = IoBridge.getSocketLocalPort(newImpl.fd);
136 this.localport = IoBridge.getSocketLocalPort(fd);
H A DPlainDatagramSocketImpl.java64 localPort = IoBridge.getSocketLocalPort(fd);
/libcore/luni/src/main/java/libcore/io/
H A DIoBridge.java633 public static int getSocketLocalPort(FileDescriptor fd) throws SocketException { method in class:IoBridge

Completed in 90 milliseconds