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