Searched defs:create_socket (Results 1 – 10 of 10) sorted by relevance
/external/libcxx/test/support/ |
D | filesystem_dynamic_test_helper.py | 79 def create_socket(source): function
|
D | filesystem_test_helper.hpp | 189 std::string create_socket(std::string file) { in create_socket() function
|
/external/grpc-grpc/test/core/handshake/ |
D | server_ssl_common.cc | 47 static int create_socket(int port) { in create_socket() function
|
D | client_ssl.cc | 56 static int create_socket(int* out_port) { in create_socket() function
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-igmp_querier.c | 353 int create_socket(struct igmp_info *info_p) in create_socket() function
|
/external/mtpd/ |
D | mtpd.c | 269 void create_socket(int family, int type, char *server, char *port) in create_socket() function
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 387 static int create_socket(grpc_socket_factory* factory, int domain, int type, in create_socket() function
|
/external/python/cpython3/Lib/ |
D | asyncore.py | 282 def create_socket(self, family=socket.AF_INET, type=socket.SOCK_STREAM): member in dispatcher
|
/external/python/cpython2/Lib/ |
D | asyncore.py | 295 def create_socket(self, family, type): member in dispatcher
|
/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() function
|