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

Macros

#define ARP__ARP_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Arp__ArpSchema Arp__ArpSchema
 
typedef void(* Arp__ArpSchema_Closure) (const Arp__ArpSchema *message, void *closure_data)
 

Functions

void arp__arp_schema__init (Arp__ArpSchema *message)
 
size_t arp__arp_schema__get_packed_size (const Arp__ArpSchema *message)
 
size_t arp__arp_schema__pack (const Arp__ArpSchema *message, uint8_t *out)
 
size_t arp__arp_schema__pack_to_buffer (const Arp__ArpSchema *message, ProtobufCBuffer *buffer)
 
Arp__ArpSchemaarp__arp_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void arp__arp_schema__free_unpacked (Arp__ArpSchema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor arp__arp_schema__descriptor
 

Macro Definition Documentation

◆ ARP__ARP_SCHEMA__INIT

#define ARP__ARP_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&arp__arp_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, \
(char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string, \
(char *)protobuf_c_empty_string, (char *)protobuf_c_empty_string \
}
const ProtobufCMessageDescriptor arp__arp_schema__descriptor
Definition: arp.pb-c.c:122

Typedef Documentation

◆ Arp__ArpSchema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Arp__ArpSchema Arp__ArpSchema

◆ Arp__ArpSchema_Closure

typedef void(* Arp__ArpSchema_Closure) (const Arp__ArpSchema *message, void *closure_data)

Function Documentation

◆ arp__arp_schema__free_unpacked()

void arp__arp_schema__free_unpacked ( Arp__ArpSchema message,
ProtobufCAllocator *  allocator 
)

◆ arp__arp_schema__get_packed_size()

size_t arp__arp_schema__get_packed_size ( const Arp__ArpSchema message)

◆ arp__arp_schema__init()

void arp__arp_schema__init ( Arp__ArpSchema message)

◆ arp__arp_schema__pack()

size_t arp__arp_schema__pack ( const Arp__ArpSchema message,
uint8_t *  out 
)

◆ arp__arp_schema__pack_to_buffer()

size_t arp__arp_schema__pack_to_buffer ( const Arp__ArpSchema message,
ProtobufCBuffer *  buffer 
)

◆ arp__arp_schema__unpack()

Arp__ArpSchema* arp__arp_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ arp__arp_schema__descriptor

const ProtobufCMessageDescriptor arp__arp_schema__descriptor
extern