Home
last modified time | relevance | path

Searched defs:tcp_connect (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/iomgr/
Dtcp_client_custom.cc114 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function
Dtcp_client_windows.cc125 static void tcp_connect(grpc_closure* on_done, grpc_endpoint** endpoint, in tcp_connect() function
Dtcp_client_posix.cc331 static void tcp_connect(grpc_closure* closure, grpc_endpoint** ep, in tcp_connect() function
/third_party/grpc/test/core/iomgr/
Dtcp_server_uv_test.cc184 static void tcp_connect(const struct sockaddr* remote, socklen_t remote_len, in tcp_connect() function
Dtcp_server_posix_test.cc223 static grpc_error* tcp_connect(const test_addr* remote, in tcp_connect() function
/third_party/lwip/src/core/
Dtcp.c1068 tcp_connect(struct tcp_pcb *pcb, const ip_addr_t *ipaddr, u16_t port, in tcp_connect() function