Home
last modified time | relevance | path

Searched refs:omg_dns_label_t (Results 1 – 2 of 2) sorted by relevance

/dports/dns/drool/drool-1.1.0/src/omg-dns/
H A Domg_dns.h60 typedef struct omg_dns_label omg_dns_label_t; typedef
79 int omg_dns_label_is_end(const omg_dns_label_t* label);
80 int omg_dns_label_have_length(const omg_dns_label_t* label);
81 int omg_dns_label_have_offset(const omg_dns_label_t* label);
82 int omg_dns_label_have_extension_bits(const omg_dns_label_t* label);
83 int omg_dns_label_have_dn(const omg_dns_label_t* label);
84 int omg_dns_label_is_complete(const omg_dns_label_t* label);
85 uint8_t omg_dns_label_length(const omg_dns_label_t* label);
86 uint16_t omg_dns_label_offset(const omg_dns_label_t* label);
87 unsigned short omg_dns_label_extension_bits(const omg_dns_label_t* label);
[all …]
H A Domg_dns.c103 inline int omg_dns_label_is_end(const omg_dns_label_t* label) { in omg_dns_label_is_end()
108 inline int omg_dns_label_have_length(const omg_dns_label_t* label) { in omg_dns_label_have_length()
113 inline int omg_dns_label_have_offset(const omg_dns_label_t* label) { in omg_dns_label_have_offset()
118 inline int omg_dns_label_have_extension_bits(const omg_dns_label_t* label) { in omg_dns_label_have_extension_bits()
123 inline int omg_dns_label_have_dn(const omg_dns_label_t* label) { in omg_dns_label_have_dn()
128 inline int omg_dns_label_is_complete(const omg_dns_label_t* label) { in omg_dns_label_is_complete()
133 inline uint8_t omg_dns_label_length(const omg_dns_label_t* label) { in omg_dns_label_length()
138 inline uint16_t omg_dns_label_offset(const omg_dns_label_t* label) { in omg_dns_label_offset()
148 inline size_t omg_dns_label_dn_offset(const omg_dns_label_t* label) { in omg_dns_label_dn_offset()
763 omg_dns_label_t label = OMG_DNS_LABEL_T_INIT; in omg_dns_parse_rr()
[all …]