/external/ltp/include/lapi/ |
D | socket.h | 33 #ifndef SO_REUSEPORT 34 # define SO_REUSEPORT 15 macro
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 164 #ifndef SO_REUSEPORT in grpc_set_socket_reuse_port() 171 if (0 != setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) { in grpc_set_socket_reuse_port() 174 if (0 != getsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &newval, &intlen)) { in grpc_set_socket_reuse_port()
|
D | tcp_uv.cc | 195 #if defined(GPR_LINUX) && defined(SO_REUSEPORT) in uv_socket_init_helper() 201 setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &enable, sizeof(enable)); in uv_socket_init_helper()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf.c | 165 if (setsockopt(fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_recv_group() 322 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter() 324 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_extra_filter() 401 if (setsockopt(fd1, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind() 403 if (setsockopt(fd2, SOL_SOCKET, SO_REUSEPORT, &opt, sizeof(opt))) in test_filter_without_bind()
|
D | reuseport_dualstack.c | 61 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
D | reuseport_bpf_numa.c | 61 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
D | reuseport_bpf_cpu.c | 65 if (setsockopt(rcv_fd[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_group()
|
D | reuseport_addr_any.c | 76 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
D | udpgso_bench_rx.c | 135 if (setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) in do_socket()
|
D | tcp_fastopen_backup_key.c | 129 if (setsockopt(rcv_fds[i], SOL_SOCKET, SO_REUSEPORT, &opt, in build_rcv_fd()
|
/external/strace/xlat/ |
D | sock_options.h | 243 #if defined(SO_REUSEPORT) || (defined(HAVE_DECL_SO_REUSEPORT) && HAVE_DECL_SO_REUSEPORT) 245 static_assert((SO_REUSEPORT) == (512), "SO_REUSEPORT != 512"); 248 # define SO_REUSEPORT 512 251 #if defined(SO_REUSEPORT) || (defined(HAVE_DECL_SO_REUSEPORT) && HAVE_DECL_SO_REUSEPORT) 253 static_assert((SO_REUSEPORT) == (15), "SO_REUSEPORT != 15"); 256 # define SO_REUSEPORT 15 1518 XLAT(SO_REUSEPORT), 1520 XLAT(SO_REUSEPORT),
|
D | sock_options.in | 86 SO_REUSEPORT 512 88 SO_REUSEPORT 15
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 190 #ifndef SO_REUSEPORT in grpc_set_socket_reuse_port() 197 if (0 != setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &val, sizeof(val))) { in grpc_set_socket_reuse_port() 200 if (0 != getsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &newval, &intlen)) { in grpc_set_socket_reuse_port()
|
D | tcp_uv.cc | 194 #if defined(GPR_LINUX) && defined(SO_REUSEPORT) in uv_socket_init_helper() 200 setsockopt(fd, SOL_SOCKET, SO_REUSEPORT, &enable, sizeof(enable)); in uv_socket_init_helper()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | socket.h | 27 #define SO_REUSEPORT 15 macro
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 14 pub const SO_REUSEPORT: ::c_int = 0x0200; constant
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _reconnect_test.py | 37 return socket.SO_REUSEPORT
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 12 pub const SO_REUSEPORT: ::c_int = 0x0200; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 20 pub const SO_REUSEPORT: ::c_int = 15; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
D | mod.rs | 22 pub const SO_REUSEPORT: ::c_int = 15; constant
|
/external/python/cpython3/Lib/test/support/ |
D | socket_helper.py | 99 if sock.getsockopt(socket.SOL_SOCKET, socket.SO_REUSEPORT) == 1:
|
/external/rust/crates/mio/src/sys/unix/ |
D | tcp.rs | 97 libc::SO_REUSEPORT, in set_reuseport() 112 libc::SO_REUSEPORT, in get_reuseport()
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6a3.rst | 276 address reuse (i.e. SO_REUSEADDR, SO_REUSEPORT). The new implementation of 278 AF_INET/SOCK_STREAM socket with either the SO_REUSEADDR or SO_REUSEPORT
|
/external/libcups/cups/ |
D | http-addrlist.c | 154 #ifdef SO_REUSEPORT in httpAddrConnect2() 156 setsockopt(fds[nfds], SOL_SOCKET, SO_REUSEPORT, CUPS_SOCAST &val, sizeof(val)); in httpAddrConnect2()
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 314 SO_REUSEPORT = 4 variable
|