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

/libcore/luni/src/main/java/android/system/
H A DOs.java197 * See <a href="http://man7.org/linux/man-pages/man2/getsockname.2.html">getsockname(2)</a>.
199 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.java90 public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException { return os.getsockname(fd); } method in class:ForwardingOs
H A DOs.java82 public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; method in interface:Os
H A DPosix.java84 public native SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; method in class:Posix

Completed in 19 milliseconds