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

Macros

#define IP6__IP6_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Ip6__Ip6Schema Ip6__Ip6Schema
 
typedef void(* Ip6__Ip6Schema_Closure) (const Ip6__Ip6Schema *message, void *closure_data)
 

Functions

void ip6__ip6_schema__init (Ip6__Ip6Schema *message)
 
size_t ip6__ip6_schema__get_packed_size (const Ip6__Ip6Schema *message)
 
size_t ip6__ip6_schema__pack (const Ip6__Ip6Schema *message, uint8_t *out)
 
size_t ip6__ip6_schema__pack_to_buffer (const Ip6__Ip6Schema *message, ProtobufCBuffer *buffer)
 
Ip6__Ip6Schemaip6__ip6_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void ip6__ip6_schema__free_unpacked (Ip6__Ip6Schema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor ip6__ip6_schema__descriptor
 

Macro Definition Documentation

◆ IP6__IP6_SCHEMA__INIT

#define IP6__IP6_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&ip6__ip6_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, \
(char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string \
}
const ProtobufCMessageDescriptor ip6__ip6_schema__descriptor
Definition: ip6.pb-c.c:106

Typedef Documentation

◆ Ip6__Ip6Schema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Ip6__Ip6Schema Ip6__Ip6Schema

◆ Ip6__Ip6Schema_Closure

typedef void(* Ip6__Ip6Schema_Closure) (const Ip6__Ip6Schema *message, void *closure_data)

Function Documentation

◆ ip6__ip6_schema__free_unpacked()

void ip6__ip6_schema__free_unpacked ( Ip6__Ip6Schema message,
ProtobufCAllocator *  allocator 
)

◆ ip6__ip6_schema__get_packed_size()

size_t ip6__ip6_schema__get_packed_size ( const Ip6__Ip6Schema message)

◆ ip6__ip6_schema__init()

void ip6__ip6_schema__init ( Ip6__Ip6Schema message)

◆ ip6__ip6_schema__pack()

size_t ip6__ip6_schema__pack ( const Ip6__Ip6Schema message,
uint8_t *  out 
)

◆ ip6__ip6_schema__pack_to_buffer()

size_t ip6__ip6_schema__pack_to_buffer ( const Ip6__Ip6Schema message,
ProtobufCBuffer *  buffer 
)

◆ ip6__ip6_schema__unpack()

Ip6__Ip6Schema* ip6__ip6_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ ip6__ip6_schema__descriptor

const ProtobufCMessageDescriptor ip6__ip6_schema__descriptor
extern