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