GRPC Core
9.0.0
|
#include <grpc/support/port_platform.h>
#include "src/core/lib/iomgr/port.h"
#include <string.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/error.h"
#include "src/core/lib/iomgr/iomgr_custom.h"
#include "src/core/lib/iomgr/sockaddr_utils.h"
#include "src/core/lib/iomgr/tcp_client.h"
#include "src/core/lib/iomgr/tcp_custom.h"
#include "src/core/lib/iomgr/timer.h"
Data Structures | |
struct | grpc_custom_tcp_connect |
Variables | |
grpc_core::TraceFlag | grpc_tcp_trace |
grpc_socket_vtable * | grpc_custom_socket_vtable |
grpc_tcp_client_vtable | custom_tcp_client_vtable = {tcp_connect} |
grpc_tcp_client_vtable custom_tcp_client_vtable = {tcp_connect} |
|
extern |
|
extern |