Searched defs:getsockoptInt (Results 1 – 4 of 4) sorted by relevance
266 …public static int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException { … in getsockoptInt() method in Os
103 public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method
127 …public int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException { return … in getsockoptInt() method in ForwardingOs
101 public native int getsockoptInt(FileDescriptor fd, int level, int option) throws ErrnoException; in getsockoptInt() method in Linux