Searched defs:getsockoptInt (Results 1 – 4 of 4) sorted by relevance
82 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method
90 …public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException { return … in getsockoptInt() method in ForwardingOs
84 public native int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method in Posix
194 …/** @hide */ public static int getsockoptInt(FileDescriptor fd, int level, int option) throws Errn… in getsockoptInt() method in Os