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.java391 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, nif.getIndex()); in setSocketOptionErrno()
396 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, (Integer) value); in setSocketOptionErrno()
404 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_LOOP, enable); in setSocketOptionErrno()
410 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_MULTICAST_HOPS, (Integer) value); in setSocketOptionErrno()
413 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_TTL, (Integer) value); in setSocketOptionErrno()
414 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, (Integer) value); in setSocketOptionErrno()
417 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_TOS, (Integer) value); in setSocketOptionErrno()
418 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_TCLASS, (Integer) value); in setSocketOptionErrno()
421 Libcore.os.setsockoptInt(fd, SOL_SOCKET, SO_BROADCAST, booleanToInt((Boolean) value)); in setSocketOptionErrno()
424 Libcore.os.setsockoptInt(fd, SOL_SOCKET, SO_KEEPALIVE, booleanToInt((Boolean) value)); in setSocketOptionErrno()
[all …]
DForwardingOs.java207 …public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoExcepti… in setsockoptInt() method in ForwardingOs
DOs.java176 …public void setsockoptInt(FileDescriptor fd, int level, int option, int value) throws ErrnoExcepti… in setsockoptInt() method
DLinux.java250 …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.java201 Libcore.os.setsockoptInt(fd, IPPROTO_IP, IP_MULTICAST_ALL, 0); in datagramSocketCreate()
/libcore/luni/src/main/java/android/system/
DOs.java597 …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.java958 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_setAndGet()
975 Os.setsockoptInt(fd, OsConstants.IPPROTO_TCP, OsConstants.TCP_USER_TIMEOUT, in test_socket_tcpUserTimeout_doesNotWorkOnDatagramSocket()
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2689 NATIVE_METHOD(Linux, setsockoptInt, "(Ljava/io/FileDescriptor;III)V"),