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

Macros

#define PROTOBUF_C__NO_DEPRECATED
 

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

◆ PROTOBUF_C__NO_DEPRECATED

#define PROTOBUF_C__NO_DEPRECATED

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
Initial value:
= {
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
"arp.ArpSchema",
"ArpSchema",
"Arp__ArpSchema",
"arp",
sizeof(Arp__ArpSchema),
10,
arp__arp_schema__field_descriptors,
arp__arp_schema__field_indices_by_name,
1,
arp__arp_schema__number_ranges,
(ProtobufCMessageInit)arp__arp_schema__init,
NULL,
NULL,
NULL
}
void arp__arp_schema__init(Arp__ArpSchema *message)
Definition: arp.pb-c.c:10
typedefPROTOBUF_C__BEGIN_DECLS struct Arp__ArpSchema Arp__ArpSchema
Definition: arp.pb-c.h:17