EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Structures | Macros | Typedefs | Functions | Variables
tcp.pb-c.h File Reference
#include <protobuf-c/protobuf-c.h>
Include dependency graph for tcp.pb-c.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Tcp__TcpSchema
 

Macros

#define TCP__TCP_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Tcp__TcpSchema Tcp__TcpSchema
 
typedef void(* Tcp__TcpSchema_Closure) (const Tcp__TcpSchema *message, void *closure_data)
 

Functions

void tcp__tcp_schema__init (Tcp__TcpSchema *message)
 
size_t tcp__tcp_schema__get_packed_size (const Tcp__TcpSchema *message)
 
size_t tcp__tcp_schema__pack (const Tcp__TcpSchema *message, uint8_t *out)
 
size_t tcp__tcp_schema__pack_to_buffer (const Tcp__TcpSchema *message, ProtobufCBuffer *buffer)
 
Tcp__TcpSchematcp__tcp_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void tcp__tcp_schema__free_unpacked (Tcp__TcpSchema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor
 

Macro Definition Documentation

◆ TCP__TCP_SCHEMA__INIT

#define TCP__TCP_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&tcp__tcp_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, \
0, 0 \
}
const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor
Definition: tcp.pb-c.c:160

Typedef Documentation

◆ Tcp__TcpSchema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Tcp__TcpSchema Tcp__TcpSchema

◆ Tcp__TcpSchema_Closure

typedef void(* Tcp__TcpSchema_Closure) (const Tcp__TcpSchema *message, void *closure_data)

Function Documentation

◆ tcp__tcp_schema__free_unpacked()

void tcp__tcp_schema__free_unpacked ( Tcp__TcpSchema message,
ProtobufCAllocator *  allocator 
)

◆ tcp__tcp_schema__get_packed_size()

size_t tcp__tcp_schema__get_packed_size ( const Tcp__TcpSchema message)

◆ tcp__tcp_schema__init()

void tcp__tcp_schema__init ( Tcp__TcpSchema message)

◆ tcp__tcp_schema__pack()

size_t tcp__tcp_schema__pack ( const Tcp__TcpSchema message,
uint8_t *  out 
)

◆ tcp__tcp_schema__pack_to_buffer()

size_t tcp__tcp_schema__pack_to_buffer ( const Tcp__TcpSchema message,
ProtobufCBuffer *  buffer 
)

◆ tcp__tcp_schema__unpack()

Tcp__TcpSchema* tcp__tcp_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ tcp__tcp_schema__descriptor

const ProtobufCMessageDescriptor tcp__tcp_schema__descriptor
extern