Searched defs:tcp_connect (Results 1 – 6 of 6) sorted by relevance
/third_party/grpc/src/core/lib/iomgr/ |
D | tcp_client_custom.cc | 114 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function
|
D | tcp_client_windows.cc | 125 static void tcp_connect(grpc_closure* on_done, grpc_endpoint** endpoint, in tcp_connect() function
|
D | tcp_client_posix.cc | 331 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function
|
/third_party/grpc/test/core/iomgr/ |
D | tcp_server_uv_test.cc | 184 static void tcp_connect(const struct sockaddr* remote, socklen_t remote_len, in tcp_connect() function
|
D | tcp_server_posix_test.cc | 223 static grpc_error* tcp_connect(const test_addr* remote, in tcp_connect() function
|
/third_party/lwip/src/core/ |
D | tcp.c | 1068 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect() function
|