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

Macros

#define PROTOBUF_C__NO_DEPRECATED
 

Functions

void dhcp__dhcp_schema__init (Dhcp__DhcpSchema *message)
 
size_t dhcp__dhcp_schema__get_packed_size (const Dhcp__DhcpSchema *message)
 
size_t dhcp__dhcp_schema__pack (const Dhcp__DhcpSchema *message, uint8_t *out)
 
size_t dhcp__dhcp_schema__pack_to_buffer (const Dhcp__DhcpSchema *message, ProtobufCBuffer *buffer)
 
Dhcp__DhcpSchemadhcp__dhcp_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void dhcp__dhcp_schema__free_unpacked (Dhcp__DhcpSchema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor dhcp__dhcp_schema__descriptor
 

Macro Definition Documentation

◆ PROTOBUF_C__NO_DEPRECATED

#define PROTOBUF_C__NO_DEPRECATED

Function Documentation

◆ dhcp__dhcp_schema__free_unpacked()

void dhcp__dhcp_schema__free_unpacked ( Dhcp__DhcpSchema message,
ProtobufCAllocator *  allocator 
)

◆ dhcp__dhcp_schema__get_packed_size()

size_t dhcp__dhcp_schema__get_packed_size ( const Dhcp__DhcpSchema message)

◆ dhcp__dhcp_schema__init()

void dhcp__dhcp_schema__init ( Dhcp__DhcpSchema message)

◆ dhcp__dhcp_schema__pack()

size_t dhcp__dhcp_schema__pack ( const Dhcp__DhcpSchema message,
uint8_t *  out 
)

◆ dhcp__dhcp_schema__pack_to_buffer()

size_t dhcp__dhcp_schema__pack_to_buffer ( const Dhcp__DhcpSchema message,
ProtobufCBuffer *  buffer 
)

◆ dhcp__dhcp_schema__unpack()

Dhcp__DhcpSchema* dhcp__dhcp_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ dhcp__dhcp_schema__descriptor

const ProtobufCMessageDescriptor dhcp__dhcp_schema__descriptor
Initial value:
= {
PROTOBUF_C__MESSAGE_DESCRIPTOR_MAGIC,
"dhcp.DhcpSchema",
"DhcpSchema",
"Dhcp__DhcpSchema",
"dhcp",
13,
dhcp__dhcp_schema__field_descriptors,
dhcp__dhcp_schema__field_indices_by_name,
1,
dhcp__dhcp_schema__number_ranges,
(ProtobufCMessageInit)dhcp__dhcp_schema__init,
NULL,
NULL,
NULL
}
void dhcp__dhcp_schema__init(Dhcp__DhcpSchema *message)
Definition: dhcp.pb-c.c:10
typedefPROTOBUF_C__BEGIN_DECLS struct Dhcp__DhcpSchema Dhcp__DhcpSchema
Definition: dhcp.pb-c.h:17