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

/libcore/luni/src/main/java/android/system/
H A DOs.java188 * See <a href="http://man7.org/linux/man-pages/man2/getsockname.2.html">getsockname(2)</a>.
190 public static SocketAddress getsockname(FileDescriptor fd) throws ErrnoException { return Libcore.os.getsockname(fd); } method in class:Os
/libcore/luni/src/main/java/libcore/io/
H A DForwardingOs.java87 public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException { return os.getsockname(fd); } method in class:ForwardingOs
H A DOs.java79 public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; method in interface:Os
H A DPosix.java81 public native SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; method in class:Posix

Completed in 855 milliseconds