Searched refs:SO_TIMEOUT (Results 1 – 12 of 12) sorted by relevance
37 public static final int SO_TIMEOUT = 4; field in OldSocketTestCase74 case SO_TIMEOUT: in getOptionIsSupported()143 case SO_TIMEOUT: in getSocketOptionString()
34 private static final int SO_TIMEOUT = 1000; field in MulticastSocketTest49 mcSock.setSoTimeout(SO_TIMEOUT); in testGroupReceive()
261 @Native public final static int SO_TIMEOUT = 0x1006; field
288 case SO_TIMEOUT: in setOption()358 case SO_TIMEOUT: in getOption()
654 getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); in setSoTimeout()668 Object o = getImpl().getOption(SocketOptions.SO_TIMEOUT); in getSoTimeout()
305 if (opt == SO_TIMEOUT) { in setOption()314 if (opt == SO_TIMEOUT) { in getOption()
937 getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); in setSoTimeout()954 Object o = getImpl().getOption(SocketOptions.SO_TIMEOUT); in getSoTimeout()
1180 getImpl().setOption(SocketOptions.SO_TIMEOUT, new Integer(timeout)); in setSoTimeout()1197 Object o = getImpl().getOption(SocketOptions.SO_TIMEOUT); in getSoTimeout()
289 if (cmd == SO_TIMEOUT) { in socketSetOption0()
264 IoBridge.setSocketOption(fd, SocketOptions.SO_TIMEOUT, sockTo); in icmpEcho()
680 final int SO_TIMEOUT = 200; in test_accept_SOTIMEOUT() local681 ss.setSoTimeout(SO_TIMEOUT); in test_accept_SOTIMEOUT()
349 case SocketOptions.SO_TIMEOUT: in getSocketOptionErrno()447 case SocketOptions.SO_TIMEOUT: in setSocketOptionErrno()