GRPC Core
9.0.0
|
#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_endpoint * | grpc_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 |
grpc_endpoint* grpc_tcp_create | ( | grpc_fd * | fd, |
const grpc_channel_args * | args, | ||
const char * | peer_string | ||
) |
void grpc_tcp_destroy_and_release_fd | ( | grpc_endpoint * | ep, |
int * | fd, | ||
grpc_closure * | done | ||
) |
int grpc_tcp_fd | ( | grpc_endpoint * | ep | ) |
|
extern |