19 #ifndef GRPC_CORE_LIB_IOMGR_TCP_CLIENT_POSIX_H
20 #define GRPC_CORE_LIB_IOMGR_TCP_CLIENT_POSIX_H
struct grpc_fd grpc_fd
Definition: ev_posix.h:44
int64_t grpc_millis
Definition: exec_ctx.h:37
struct grpc_pollset_set grpc_pollset_set
Definition: pollset_set.h:31
grpc_closure closure
Definition: server.cc:460
An array of arguments that can be passed around.
Definition: grpc_types.h:132
A closure over a grpc_iomgr_cb_func.
Definition: closure.h:56
Definition: endpoint.h:106
Definition: error_internal.h:41
Definition: resolve_address.h:44
grpc_error_handle grpc_tcp_client_prepare_fd(const grpc_channel_args *channel_args, const grpc_resolved_address *addr, grpc_resolved_address *mapped_addr, int *fd)
void grpc_tcp_client_create_from_prepared_fd(grpc_pollset_set *interested_parties, grpc_closure *closure, const int fd, const grpc_channel_args *channel_args, const grpc_resolved_address *addr, grpc_millis deadline, grpc_endpoint **ep)
grpc_endpoint * grpc_tcp_client_create_from_fd(grpc_fd *fd, const grpc_channel_args *channel_args, const char *addr_str)