Home
last modified time | relevance | path

Searched refs:setsockoptInt (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DIoBridge.java390 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, nif.getIndex()); in setSocketOptionErrno()
395 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, (Integer) value); in setSocketOptionErrno()
403 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, enable); in setSocketOptionErrno()
409 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (Integer) value); in setSocketOptionErrno()
412 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_TTL, (Integer) value); in setSocketOptionErrno()
413 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (Integer) value); in setSocketOptionErrno()
416 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_TOS, (Integer) value); in setSocketOptionErrno()
417 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_TCLASS, (Integer) value); in setSocketOptionErrno()
420 Libcore.os.setsockoptInt(fd, SOL_SOCKET, SO_BROADCAST, booleanToInt((Boolean) value)); in setSocketOptionErrno()
423 Libcore.os.setsockoptInt(fd, SOL_SOCKET, SO_KEEPALIVE, booleanToInt((Boolean) value)); in setSocketOptionErrno()
[all …]
DForwardingOs.java206 …public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoExcepti… in setsockoptInt() method in ForwardingOs
DOs.java175 …public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoExcepti… in setsockoptInt() method
DLinux.java249 …public native void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws Errno… in setsockoptInt() method in Linux
/libcore/ojluni/src/main/java/java/net/
DPlainDatagramSocketImpl.java202 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_MULTICAST_ALL, 0); in datagramSocketCreate()
/libcore/luni/src/main/java/android/system/
DOs.java600 …public static void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws Errno… in setsockoptInt() method in Os
/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java1057 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
1074 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2692 NATIVE_METHOD(Linux, setsockoptInt, "(Ljava/io/FileDescriptor;III)V"),