GRPC C++  1.26.0
Functions | Variables
tcp_posix.h File Reference
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/port.h"
#include "src/core/lib/debug/trace.h"
#include "src/core/lib/iomgr/buffer_list.h"
#include "src/core/lib/iomgr/endpoint.h"
#include "src/core/lib/iomgr/ev_posix.h"

Go to the source code of this file.

Functions

grpc_endpointgrpc_tcp_create (grpc_fd *fd, const grpc_channel_args *args, const char *peer_string)
 
int grpc_tcp_fd (grpc_endpoint *ep)
 
void grpc_tcp_destroy_and_release_fd (grpc_endpoint *ep, int *fd, grpc_closure *done)
 

Variables

grpc_core::TraceFlag grpc_tcp_trace
 

Function Documentation

◆ grpc_tcp_create()

grpc_endpoint* grpc_tcp_create ( grpc_fd fd,
const grpc_channel_args args,
const char *  peer_string 
)

◆ grpc_tcp_destroy_and_release_fd()

void grpc_tcp_destroy_and_release_fd ( grpc_endpoint ep,
int *  fd,
grpc_closure done 
)

◆ grpc_tcp_fd()

int grpc_tcp_fd ( grpc_endpoint ep)

Variable Documentation

◆ grpc_tcp_trace

grpc_core::TraceFlag grpc_tcp_trace
extern