Home
last modified time | relevance | path

Searched refs:limit_v6 (Results 1 – 8 of 8) sorted by relevance

/dports/dns/gdnsd2/gdnsd-2.4.3/t/003complex/
H A D016alimit.t55 limit_v6 => 4,
63 limit_v6 => 4,
71 limit_v6 => 6,
79 limit_v6 => 6,
87 limit_v6 => 1,
95 limit_v6 => 1,
/dports/dns/gdnsd2/gdnsd-2.4.3/t/
H A D_GDT.pm679 my ($class, $answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6) = @_;
690 my $result = _compare_contents($answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6);
701 my ($answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6) = @_;
733 …my $ans_rv = _compare_sections("answer", $answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6…
735 …my $auth_rv = _compare_sections("authority", $answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wr…
746 my ($section, $answer, $compare, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6) = @_;
790 my ($a_rrset, $c_rrset, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6) = @_;
802 $limit = $limit_v6;
960 $limit_v6 ||= 0;
983 $size = _GDT->compare_packets($rpkt, $expected, $limit_v4, $limit_v6, $wrr_v4, $wrr_v6);
[all …]
/dports/dns/gdnsd2/gdnsd-2.4.3/src/
H A Dltree.h217 uint16_t limit_v6; member
253 uint16_t limit_v6; member
348 … const uint8_t* dname, const uint8_t* addr, unsigned ttl, const unsigned limit_v6, const bool ooz);
350 … unsigned ttl, unsigned ttl_min, const unsigned limit_v4, const unsigned limit_v6, const bool ooz);
354 …uint8_t* origin, unsigned ttl, unsigned ttl_min, const unsigned limit_v4, const unsigned limit_v6);
H A Dltree.c339 …const uint8_t* dname, const uint8_t* addr, unsigned ttl, const unsigned limit_v6, const bool ooz) { in ltree_add_rec_aaaa() argument
357 rrset->limit_v6 = limit_v6; in ltree_add_rec_aaaa()
367 if(rrset->limit_v6 != limit_v6) in ltree_add_rec_aaaa()
368 …e same name should agree (using %u)", logf_dname(dname), logf_dname(zone->dname), rrset->limit_v6); in ltree_add_rec_aaaa()
371 rrset->limit_v6 = limit_v6; in ltree_add_rec_aaaa()
388 …unsigned ttl, unsigned ttl_min, const unsigned limit_v4, const unsigned limit_v6, const bool ooz) { in ltree_add_rec_dynaddr() argument
419 rrset->limit_v6 = limit_v6; in ltree_add_rec_dynaddr()
459 …int8_t* origin, unsigned ttl, unsigned ttl_min, const unsigned limit_v4, const unsigned limit_v6) { in ltree_add_rec_dync() argument
477 rrset->limit_v6 = limit_v6; in ltree_add_rec_dync()
854 if(!node_addr->limit_v6 || node_addr->limit_v6 > node_addr->count_v6) in fix_addr_limits()
[all …]
H A Ddnspacket.c726 ctx->arcount += rrset->limit_v6; in enc_aaaa_static()
728 ctx->ancount += rrset->limit_v6; in enc_aaaa_static()
730 OFFSET_LOOP_START(rrset->count_v6, rrset->limit_v6) in enc_aaaa_static()
785 const unsigned limit_v6 = rrset->limit_v6 && rrset->limit_v6 < dr->count_v6 in enc_aaaa_dynamic() local
786 ? rrset->limit_v6 in enc_aaaa_dynamic()
790 ctx->arcount += limit_v6; in enc_aaaa_dynamic()
792 ctx->ancount += limit_v6; in enc_aaaa_dynamic()
795 OFFSET_LOOP_START(dr->count_v6, limit_v6) in enc_aaaa_dynamic()
1741 unsigned lv6 = rd->limit_v6; in process_dync()
1757 ctx->dync_synth_rrset.addr.limit_v6 = lv6; in process_dync()
H A Dzscan_rfc1035.rl74 unsigned limit_v6;
325 if(ltree_add_rec_aaaa(z->zone, z->lhs_dname, z->ipv6, z->ttl, z->limit_v6, z->lhs_is_ooz))
389 …dr(z->zone, z->lhs_dname, z->rhs_dyn, z->ttl, z->ttl_min, z->limit_v4, z->limit_v6, z->lhs_is_ooz))
396 …c_dync(z->zone, z->lhs_dname, z->rhs_dyn, z->origin, z->ttl, z->ttl_min, z->limit_v4, z->limit_v6))
462 z->limit_v6 = z->uval;
/dports/dns/gdnsd2/gdnsd-2.4.3/t/007plugins/
H A D023weighted.t53 limit_v6 => 1,
/dports/dns/gdnsd2/gdnsd-2.4.3/t/014geoip/
H A D040basic.t327 limit_v6 => 2,
347 limit_v6 => 2,