EDGESEC
0.1.0-alpha.0+sha.ca29a8277b72f80785649ea9ef9cd7edf642d939
Secure router - reference implementation
|
#include <protobuf-c/protobuf-c.h>
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__DhcpSchema * | dhcp__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 |
#define DHCP__DHCP_SCHEMA__INIT |
typedef typedefPROTOBUF_C__BEGIN_DECLS struct Dhcp__DhcpSchema Dhcp__DhcpSchema |
typedef void(* Dhcp__DhcpSchema_Closure) (const Dhcp__DhcpSchema *message, void *closure_data) |
void dhcp__dhcp_schema__free_unpacked | ( | Dhcp__DhcpSchema * | message, |
ProtobufCAllocator * | allocator | ||
) |
size_t dhcp__dhcp_schema__get_packed_size | ( | const Dhcp__DhcpSchema * | message | ) |
void dhcp__dhcp_schema__init | ( | 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__DhcpSchema* dhcp__dhcp_schema__unpack | ( | ProtobufCAllocator * | allocator, |
size_t | len, | ||
const uint8_t * | data | ||
) |
|
extern |