EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Macros | Functions | Variables
tcp.pb-c.c File Reference
#include "tcp.pb-c.h"
Include dependency graph for tcp.pb-c.c:

Macros

#define PROTOBUF_C__NO_DEPRECATED
 

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

◆ PROTOBUF_C__NO_DEPRECATED

#define PROTOBUF_C__NO_DEPRECATED

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
Initial value:
= {
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
"tcp.TcpSchema",
"TcpSchema",
"Tcp__TcpSchema",
"tcp",
sizeof(Tcp__TcpSchema),
16,
tcp__tcp_schema__field_descriptors,
tcp__tcp_schema__field_indices_by_name,
1,
tcp__tcp_schema__number_ranges,
(ProtobufCMessageInit)tcp__tcp_schema__init,
NULL,
NULL,
NULL
}
void tcp__tcp_schema__init(Tcp__TcpSchema *message)
Definition: tcp.pb-c.c:10
typedefPROTOBUF_C__BEGIN_DECLS struct Tcp__TcpSchema Tcp__TcpSchema
Definition: tcp.pb-c.h:17