Searched defs:getpeername (Results 1 – 4 of 4) sorted by relevance
224 …public static SocketAddress getpeername(FileDescriptor fd) throws ErrnoException { return Libcore.… in getpeername() method in Os
93 public SocketAddress getpeername(FileDescriptor fd) throws ErrnoException; in getpeername() method
117 …public SocketAddress getpeername(FileDescriptor fd) throws ErrnoException { return os.getpeername(… in getpeername() method in ForwardingOs
91 public native SocketAddress getpeername(FileDescriptor fd) throws ErrnoException; in getpeername() method in Linux