Home
last modified time | relevance | path

Searched refs:LDNS_MAX_LABELLEN (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Ddname.c263 log_assert(len1 <= LDNS_MAX_LABELLEN); in dname_pkt_compare()
264 log_assert(len2 <= LDNS_MAX_LABELLEN); in dname_pkt_compare()
289 uint8_t labuf[LDNS_MAX_LABELLEN+1]; in dname_query_hash()
296 log_assert(lablen <= LDNS_MAX_LABELLEN); in dname_query_hash()
313 uint8_t labuf[LDNS_MAX_LABELLEN+1]; in dname_pkt_hash()
332 log_assert(lablen <= LDNS_MAX_LABELLEN); in dname_pkt_hash()
368 if(lablen > LDNS_MAX_LABELLEN) { in dname_pkt_copy()
372 log_assert(lablen <= LDNS_MAX_LABELLEN); in dname_pkt_copy()
419 if(lablen > LDNS_MAX_LABELLEN) { in dname_print()
651 if(lablen > LDNS_MAX_LABELLEN) { in dname_str()
/freebsd/contrib/unbound/sldns/
H A Drrdef.h27 #define LDNS_MAX_LABELLEN 63 macro
H A Dstr2wire.c88 if (label_len > LDNS_MAX_LABELLEN) { in sldns_str2wire_dname_buf_rel()
124 if (label_len > LDNS_MAX_LABELLEN) { in sldns_str2wire_dname_buf_rel()
/freebsd/contrib/ldns/ldns/
H A Drr.h31 #define LDNS_MAX_LABELLEN 63 macro
/freebsd/contrib/ldns/
H A Dwire2host.c102 if (label_size > LDNS_MAX_LABELLEN) { in ldns_wire2dname()
H A Dstr2host.c354 if (label_len > LDNS_MAX_LABELLEN) { in ldns_str2rdf_dname()
385 if (label_len > LDNS_MAX_LABELLEN) { in ldns_str2rdf_dname()
H A Dlibdns.vim259 syn keyword ldnsConstant LDNS_MAX_LABELLEN
/freebsd/contrib/unbound/services/
H A Doutside_network.c2963 if(len1 > LDNS_MAX_LABELLEN)
2968 log_assert(len1 <= LDNS_MAX_LABELLEN);
2969 log_assert(len2 <= LDNS_MAX_LABELLEN);
/freebsd/contrib/unbound/util/
H A Dnet_help.c371 char buff[LDNS_MAX_LABELLEN+1]; in ipdnametoaddr()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c500 #define MAX_LABEL_TAGS (LDNS_MAX_LABELLEN-3)/5 in generate_keytag_query()
503 char tagstr[LDNS_MAX_LABELLEN+1] = "_ta"; /* +1 for NULL byte */ in generate_keytag_query()