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

Macros

#define DNS__DNS_SCHEMA__INIT
 

Typedefs

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Dns__DnsSchema Dns__DnsSchema
 
typedef void(* Dns__DnsSchema_Closure) (const Dns__DnsSchema *message, void *closure_data)
 

Functions

void dns__dns_schema__init (Dns__DnsSchema *message)
 
size_t dns__dns_schema__get_packed_size (const Dns__DnsSchema *message)
 
size_t dns__dns_schema__pack (const Dns__DnsSchema *message, uint8_t *out)
 
size_t dns__dns_schema__pack_to_buffer (const Dns__DnsSchema *message, ProtobufCBuffer *buffer)
 
Dns__DnsSchemadns__dns_schema__unpack (ProtobufCAllocator *allocator, size_t len, const uint8_t *data)
 
void dns__dns_schema__free_unpacked (Dns__DnsSchema *message, ProtobufCAllocator *allocator)
 

Variables

const ProtobufCMessageDescriptor dns__dns_schema__descriptor
 

Macro Definition Documentation

◆ DNS__DNS_SCHEMA__INIT

#define DNS__DNS_SCHEMA__INIT
Value:
{ \
PROTOBUF_C_MESSAGE_INIT(&dns__dns_schema__descriptor) \
, (char *)protobuf_c_empty_string, 0, 0, 0, 0, 0, 0, \
(char *)protobuf_c_empty_string \
}
const ProtobufCMessageDescriptor dns__dns_schema__descriptor
Definition: dns.pb-c.c:105

Typedef Documentation

◆ Dns__DnsSchema

typedef typedefPROTOBUF_C__BEGIN_DECLS struct Dns__DnsSchema Dns__DnsSchema

◆ Dns__DnsSchema_Closure

typedef void(* Dns__DnsSchema_Closure) (const Dns__DnsSchema *message, void *closure_data)

Function Documentation

◆ dns__dns_schema__free_unpacked()

void dns__dns_schema__free_unpacked ( Dns__DnsSchema message,
ProtobufCAllocator *  allocator 
)

◆ dns__dns_schema__get_packed_size()

size_t dns__dns_schema__get_packed_size ( const Dns__DnsSchema message)

◆ dns__dns_schema__init()

void dns__dns_schema__init ( Dns__DnsSchema message)

◆ dns__dns_schema__pack()

size_t dns__dns_schema__pack ( const Dns__DnsSchema message,
uint8_t *  out 
)

◆ dns__dns_schema__pack_to_buffer()

size_t dns__dns_schema__pack_to_buffer ( const Dns__DnsSchema message,
ProtobufCBuffer *  buffer 
)

◆ dns__dns_schema__unpack()

Dns__DnsSchema* dns__dns_schema__unpack ( ProtobufCAllocator *  allocator,
size_t  len,
const uint8_t *  data 
)

Variable Documentation

◆ dns__dns_schema__descriptor

const ProtobufCMessageDescriptor dns__dns_schema__descriptor
extern