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

Macros

#define DHCP__DHCP_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Dhcp__DhcpSchema Dhcp__DhcpSchema
 
typedef void(* Dhcp__DhcpSchema_Closure) (const Dhcp__DhcpSchema *message, void *closure_data)
 

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

◆ DHCP__DHCP_SCHEMA__INIT

#define DHCP__DHCP_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&dhcp__dhcp_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 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, \
(char *)protobuf_c_empty_string \
}
const ProtobufCMessageDescriptor dhcp__dhcp_schema__descriptor
Definition: dhcp.pb-c.c:145

Typedef Documentation

◆ Dhcp__DhcpSchema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Dhcp__DhcpSchema Dhcp__DhcpSchema

◆ Dhcp__DhcpSchema_Closure

typedef void(* Dhcp__DhcpSchema_Closure) (const Dhcp__DhcpSchema *message, void *closure_data)

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
extern