OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getSocketLocalPort
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/java/net/
PlainSocketImpl.java
116
newImpl.localport = IoBridge.
getSocketLocalPort
(newImpl.fd);
155
this.localport = IoBridge.
getSocketLocalPort
(fd);
PlainDatagramSocketImpl.java
72
localPort = IoBridge.
getSocketLocalPort
(fd);
/libcore/luni/src/main/java/libcore/io/
IoBridge.java
587
public static int
getSocketLocalPort
(FileDescriptor fd) {
Completed in 135 milliseconds