Symbol: LDNS_MAX_LABELLEN
sbin/unwind/libunbound/services/outside_network.c
2978
if(len1 > LDNS_MAX_LABELLEN)
sbin/unwind/libunbound/services/outside_network.c
2983
log_assert(len1 <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/services/outside_network.c
2984
log_assert(len2 <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/sldns/str2wire.c
124
if (label_len > LDNS_MAX_LABELLEN) {
sbin/unwind/libunbound/sldns/str2wire.c
88
if (label_len > LDNS_MAX_LABELLEN) {
sbin/unwind/libunbound/util/data/dname.c
263
log_assert(len1 <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/util/data/dname.c
264
log_assert(len2 <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/util/data/dname.c
289
uint8_t labuf[LDNS_MAX_LABELLEN+1];
sbin/unwind/libunbound/util/data/dname.c
296
log_assert(lablen <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/util/data/dname.c
313
uint8_t labuf[LDNS_MAX_LABELLEN+1];
sbin/unwind/libunbound/util/data/dname.c
332
log_assert(lablen <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/util/data/dname.c
368
if(lablen > LDNS_MAX_LABELLEN) {
sbin/unwind/libunbound/util/data/dname.c
372
log_assert(lablen <= LDNS_MAX_LABELLEN);
sbin/unwind/libunbound/util/data/dname.c
419
if(lablen > LDNS_MAX_LABELLEN) {
sbin/unwind/libunbound/util/data/dname.c
659
if(lablen > LDNS_MAX_LABELLEN) {
sbin/unwind/libunbound/util/net_help.c
378
char buff[LDNS_MAX_LABELLEN+1];
sbin/unwind/libunbound/validator/validator.c
538
#define MAX_LABEL_TAGS (LDNS_MAX_LABELLEN-3)/5
sbin/unwind/libunbound/validator/validator.c
541
char tagstr[LDNS_MAX_LABELLEN+1] = "_ta"; /* +1 for NULL byte */
usr.sbin/unbound/services/outside_network.c
2978
if(len1 > LDNS_MAX_LABELLEN)
usr.sbin/unbound/services/outside_network.c
2983
log_assert(len1 <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/services/outside_network.c
2984
log_assert(len2 <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/sldns/str2wire.c
124
if (label_len > LDNS_MAX_LABELLEN) {
usr.sbin/unbound/sldns/str2wire.c
88
if (label_len > LDNS_MAX_LABELLEN) {
usr.sbin/unbound/util/data/dname.c
263
log_assert(len1 <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/util/data/dname.c
264
log_assert(len2 <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/util/data/dname.c
289
uint8_t labuf[LDNS_MAX_LABELLEN+1];
usr.sbin/unbound/util/data/dname.c
296
log_assert(lablen <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/util/data/dname.c
313
uint8_t labuf[LDNS_MAX_LABELLEN+1];
usr.sbin/unbound/util/data/dname.c
332
log_assert(lablen <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/util/data/dname.c
368
if(lablen > LDNS_MAX_LABELLEN) {
usr.sbin/unbound/util/data/dname.c
372
log_assert(lablen <= LDNS_MAX_LABELLEN);
usr.sbin/unbound/util/data/dname.c
419
if(lablen > LDNS_MAX_LABELLEN) {
usr.sbin/unbound/util/data/dname.c
659
if(lablen > LDNS_MAX_LABELLEN) {
usr.sbin/unbound/util/net_help.c
378
char buff[LDNS_MAX_LABELLEN+1];
usr.sbin/unbound/validator/validator.c
538
#define MAX_LABEL_TAGS (LDNS_MAX_LABELLEN-3)/5
usr.sbin/unbound/validator/validator.c
541
char tagstr[LDNS_MAX_LABELLEN+1] = "_ta"; /* +1 for NULL byte */