Searched refs:GRPC_ARG_ALLOW_REUSEPORT (Results 1 – 13 of 13) sorted by relevance
75 .AddChannelArgument(GRPC_ARG_ALLOW_REUSEPORT, 0) in TEST()
45 a.key = const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT); in test_add_same_port_twice()
77 a.key = const_cast<char*>(GRPC_ARG_ALLOW_REUSEPORT); in test_bind_server_twice()
269 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
295 #define GRPC_ARG_ALLOW_REUSEPORT "grpc.so_reuseport" macro
66 if (0 == strcmp(GRPC_ARG_ALLOW_REUSEPORT, args->args[i].key)) { in tcp_server_create()72 return GRPC_ERROR_CREATE_FROM_STATIC_STRING(GRPC_ARG_ALLOW_REUSEPORT in tcp_server_create()
68 args->SetInt(GRPC_ARG_ALLOW_REUSEPORT, 0); in UpdateArguments()80 args->SetInt(GRPC_ARG_ALLOW_REUSEPORT, 1); in UpdateArguments()
71 if (0 == strcmp(GRPC_ARG_ALLOW_REUSEPORT, args->args[i].key)) { in tcp_server_create()77 return GRPC_ERROR_CREATE_FROM_STATIC_STRING(GRPC_ARG_ALLOW_REUSEPORT in tcp_server_create()
92 if (!grpc_channel_args_find_bool(args, GRPC_ARG_ALLOW_REUSEPORT, true)) { in tcp_server_create()
187 Cow::Borrowed(grpcio_sys::GRPC_ARG_ALLOW_REUSEPORT), in reuse_port()
83 pub const GRPC_ARG_ALLOW_REUSEPORT: &'static [u8; 18usize] = b"grpc.so_reuseport\0"; constant