Searched refs:tcp_connect (Results 1 – 8 of 8) sorted by relevance
/external/grpc-grpc/test/cpp/naming/utils/ |
D | BUILD | 47 name = "tcp_connect", 48 srcs = ["tcp_connect.py"],
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_client_custom.cc | 103 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function 151 grpc_tcp_client_vtable custom_tcp_client_vtable = {tcp_connect};
|
D | tcp_client_windows.cc | 125 static void tcp_connect(grpc_closure* on_done, grpc_endpoint** endpoint, in tcp_connect() function 229 grpc_tcp_client_vtable grpc_windows_tcp_client_vtable = {tcp_connect};
|
D | tcp_client_posix.cc | 341 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function 360 grpc_tcp_client_vtable grpc_posix_tcp_client_vtable = {tcp_connect};
|
/external/grpc-grpc/test/core/iomgr/ |
D | tcp_server_uv_test.cc | 180 static void tcp_connect(const struct sockaddr* remote, socklen_t remote_len, in tcp_connect() function 256 tcp_connect((struct sockaddr*)addr, (socklen_t)resolved_addr.len, &result); in test_connect() 265 tcp_connect((struct sockaddr*)addr1, (socklen_t)resolved_addr1.len, in test_connect()
|
D | tcp_server_posix_test.cc | 223 static grpc_error* tcp_connect(const test_addr* remote, in tcp_connect() function 369 if ((err = tcp_connect(&dst, &result)) == GRPC_ERROR_NONE && in test_connect() 401 GRPC_LOG_IF_ERROR("tcp_connect", tcp_connect(&dst, &result))); in test_connect()
|
/external/syzkaller/pkg/report/testdata/linux/guilty/ |
D | 1 | 42 tcp_connect+0x2195/0x2f30 net/ipv4/tcp_output.c:3381
|
/external/bcc/tools/ |
D | funccount_example.txt | 83 tcp_connect 3
|