Searched defs:getsockoptInt (Results 1 – 4 of 4) sorted by relevance
303 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method
362 …public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException { return … in getsockoptInt() method in ForwardingOs
102 public native int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method in Linux
321 …public static int getsockoptInt(@NonNull FileDescriptor fd, int level, int option) throws ErrnoExc… in getsockoptInt() method in Os