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

Macros

#define ICMP6__ICMP6_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Icmp6__Icmp6Schema Icmp6__Icmp6Schema
 
typedef void(* Icmp6__Icmp6Schema_Closure) (const Icmp6__Icmp6Schema *message, void *closure_data)
 

Functions

void icmp6__icmp6_schema__init (Icmp6__Icmp6Schema *message)
 
size_t icmp6__icmp6_schema__get_packed_size (const Icmp6__Icmp6Schema *message)
 
size_t icmp6__icmp6_schema__pack (const Icmp6__Icmp6Schema *message, uint8_t *out)
 
size_t icmp6__icmp6_schema__pack_to_buffer (const Icmp6__Icmp6Schema *message, ProtobufCBuffer *buffer)
 
Icmp6__Icmp6Schemaicmp6__icmp6_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void icmp6__icmp6_schema__free_unpacked (Icmp6__Icmp6Schema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor icmp6__icmp6_schema__descriptor
 

Macro Definition Documentation

◆ ICMP6__ICMP6_SCHEMA__INIT

#define ICMP6__ICMP6_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&icmp6__icmp6_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0 \
}
const ProtobufCMessageDescriptor icmp6__icmp6_schema__descriptor
Definition: icmp6.pb-c.c:88

Typedef Documentation

◆ Icmp6__Icmp6Schema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Icmp6__Icmp6Schema Icmp6__Icmp6Schema

◆ Icmp6__Icmp6Schema_Closure

typedef void(* Icmp6__Icmp6Schema_Closure) (const Icmp6__Icmp6Schema *message, void *closure_data)

Function Documentation

◆ icmp6__icmp6_schema__free_unpacked()

void icmp6__icmp6_schema__free_unpacked ( Icmp6__Icmp6Schema message,
ProtobufCAllocator *  allocator 
)

◆ icmp6__icmp6_schema__get_packed_size()

size_t icmp6__icmp6_schema__get_packed_size ( const Icmp6__Icmp6Schema message)

◆ icmp6__icmp6_schema__init()

void icmp6__icmp6_schema__init ( Icmp6__Icmp6Schema message)

◆ icmp6__icmp6_schema__pack()

size_t icmp6__icmp6_schema__pack ( const Icmp6__Icmp6Schema message,
uint8_t *  out 
)

◆ icmp6__icmp6_schema__pack_to_buffer()

size_t icmp6__icmp6_schema__pack_to_buffer ( const Icmp6__Icmp6Schema message,
ProtobufCBuffer *  buffer 
)

◆ icmp6__icmp6_schema__unpack()

Icmp6__Icmp6Schema* icmp6__icmp6_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ icmp6__icmp6_schema__descriptor

const ProtobufCMessageDescriptor icmp6__icmp6_schema__descriptor
extern