#include <alts_grpc_record_protocol_common.h>
Public Attributes | |
| unsigned char * | header_buf |
| size_t | header_length |
| grpc_slice_buffer | header_sb |
| iovec_t * | iovec_buf |
| size_t | iovec_buf_length |
| alts_iovec_record_protocol * | iovec_rp |
| size_t | tag_length |
| const alts_grpc_record_protocol_vtable * | vtable |
Definition at line 47 of file alts_grpc_record_protocol_common.h.
| unsigned char* alts_grpc_record_protocol::header_buf |
Definition at line 51 of file alts_grpc_record_protocol_common.h.
| size_t alts_grpc_record_protocol::header_length |
Definition at line 52 of file alts_grpc_record_protocol_common.h.
| grpc_slice_buffer alts_grpc_record_protocol::header_sb |
Definition at line 50 of file alts_grpc_record_protocol_common.h.
| iovec_t* alts_grpc_record_protocol::iovec_buf |
Definition at line 54 of file alts_grpc_record_protocol_common.h.
| size_t alts_grpc_record_protocol::iovec_buf_length |
Definition at line 55 of file alts_grpc_record_protocol_common.h.
| alts_iovec_record_protocol* alts_grpc_record_protocol::iovec_rp |
Definition at line 49 of file alts_grpc_record_protocol_common.h.
| size_t alts_grpc_record_protocol::tag_length |
Definition at line 53 of file alts_grpc_record_protocol_common.h.
| const alts_grpc_record_protocol_vtable* alts_grpc_record_protocol::vtable |
Definition at line 48 of file alts_grpc_record_protocol_common.h.