Searched refs:lookups (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/rpz/
H A Dsetup.sh80 ; dummy NSDNAME policy to trigger lookups
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Dtests.sh152 # we should find several logged lookups this time
192 lookups=`grep "lookup #.*\.not\.there" ns1/named.run | wc -l`
193 [ "$lookups" -eq 1 ] || ret=1
/bind-9.11.3/lib/dns/include/dns/
H A Dadb.h612 dns_adb_probesize2(dns_adb_t *adb, dns_adbaddrinfo_t *addr, int lookups);
615 * 'lookups' is the number of times the current lookup has been attempted.
/bind-9.11.3/lib/dns/
H A Dadb.c4481 dns_adb_probesize2(dns_adb_t *adb, dns_adbaddrinfo_t *addr, int lookups) { argument
4490 if (addr->entry->to1232 > EDNSTOS || lookups >= 2)
4492 else if (addr->entry->to1432 > EDNSTOS || lookups >= 1)
4500 * lookups.
4502 if (lookups > 0 &&

Completed in 109 milliseconds