EDGESEC  0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
Data Structures | Macros | Typedefs | Functions | Variables
ip4.pb-c.h File Reference
#include <protobuf-c/protobuf-c.h>
Include dependency graph for ip4.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  Ip4__Ip4Schema
 

Macros

#define IP4__IP4_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Ip4__Ip4Schema Ip4__Ip4Schema
 
typedef void(* Ip4__Ip4Schema_Closure) (const Ip4__Ip4Schema *message, void *closure_data)
 

Functions

void ip4__ip4_schema__init (Ip4__Ip4Schema *message)
 
size_t ip4__ip4_schema__get_packed_size (const Ip4__Ip4Schema *message)
 
size_t ip4__ip4_schema__pack (const Ip4__Ip4Schema *message, uint8_t *out)
 
size_t ip4__ip4_schema__pack_to_buffer (const Ip4__Ip4Schema *message, ProtobufCBuffer *buffer)
 
Ip4__Ip4Schemaip4__ip4_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void ip4__ip4_schema__free_unpacked (Ip4__Ip4Schema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor ip4__ip4_schema__descriptor
 

Macro Definition Documentation

◆ IP4__IP4_SCHEMA__INIT

#define IP4__IP4_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&ip4__ip4_schema__descriptor) \
, (char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, \
(char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, 0, 0, 0 \
}
const ProtobufCMessageDescriptor ip4__ip4_schema__descriptor
Definition: ip4.pb-c.c:134

Typedef Documentation

◆ Ip4__Ip4Schema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Ip4__Ip4Schema Ip4__Ip4Schema

◆ Ip4__Ip4Schema_Closure

typedef void(* Ip4__Ip4Schema_Closure) (const Ip4__Ip4Schema *message, void *closure_data)

Function Documentation

◆ ip4__ip4_schema__free_unpacked()

void ip4__ip4_schema__free_unpacked ( Ip4__Ip4Schema message,
ProtobufCAllocator *  allocator 
)

◆ ip4__ip4_schema__get_packed_size()

size_t ip4__ip4_schema__get_packed_size ( const Ip4__Ip4Schema message)

◆ ip4__ip4_schema__init()

void ip4__ip4_schema__init ( Ip4__Ip4Schema message)

◆ ip4__ip4_schema__pack()

size_t ip4__ip4_schema__pack ( const Ip4__Ip4Schema message,
uint8_t *  out 
)

◆ ip4__ip4_schema__pack_to_buffer()

size_t ip4__ip4_schema__pack_to_buffer ( const Ip4__Ip4Schema message,
ProtobufCBuffer *  buffer 
)

◆ ip4__ip4_schema__unpack()

Ip4__Ip4Schema* ip4__ip4_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ ip4__ip4_schema__descriptor

const ProtobufCMessageDescriptor ip4__ip4_schema__descriptor
extern