/external/linux-kselftest/tools/testing/selftests/networking/timestamping/ |
D | rxtimestamp.c | 36 struct socket_type { struct 37 char *friendly_name; 61 static struct socket_type socket_types[] = { argument
|
/external/grpc-grpc/test/core/network_benchmarks/ |
D | low_level_ping_pong.cc | 560 int create_socket(const char* socket_type, fd_pair* client_fds, in create_socket() 576 static int run_benchmark(const char* socket_type, thread_args* client_args, in run_benchmark() 607 const char* socket_type = socket_types[j]; in run_all_benchmarks() local 635 const char* socket_type = nullptr; in main() local
|
/external/rust/crates/mio/src/sys/unix/ |
D | net.rs | 25 let socket_type = socket_type | libc::SOCK_NONBLOCK | libc::SOCK_CLOEXEC; in new_socket() localVariable
|
/external/python/cpython2/Lib/ |
D | SocketServer.py | 404 socket_type = socket.SOCK_STREAM variable in TCPServer 487 socket_type = socket.SOCK_DGRAM variable in UDPServer
|
/external/python/cpython3/Lib/ |
D | socketserver.py | 439 socket_type = socket.SOCK_STREAM variable in TCPServer 522 socket_type = socket.SOCK_DGRAM variable in UDPServer
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 47 typedef int socket_type; typedef
|
/external/llvm-project/lldb/source/Host/common/ |
D | Socket.cpp | 437 auto socket_type = type; in CreateSocket() local
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | grpc_ares_ev_driver_windows.cc | 104 int address_family, int socket_type) in GrpcPolledFdWindows()
|
/external/curl/tests/server/ |
D | sws.c | 1882 const char *socket_type = "IPv4"; in main() local
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 337 enum py_ssl_server_or_client socket_type; member 573 enum py_ssl_server_or_client socket_type, in newPySSLSocket()
|
/external/autotest/client/common_lib/ |
D | utils_unittest.py | 936 def do_bind(self, port, socket_type, socket_proto): argument
|
D | utils.py | 1793 def try_bind(port, socket_type, socket_proto): argument
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 465 enum py_ssl_server_or_client socket_type; member 931 enum py_ssl_server_or_client socket_type, in newPySSLSocket()
|