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