Searched refs:mod (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/util/
H A Dupdate_branches88 my $mod;
94 ($tag, $date, $time, $tz, $who, $mod, $branch) = split;
95 next if ($mod ne $module );
/bind-9.11.3/bin/tests/system/addzone/
H A Dtests.sh305 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 addzone 'mod.example { type master; file "added.db"; };' 2>&1 | sed 's/^/I:ns2 /'
306 $DIG +norec $DIGOPTS @10.53.0.2 mod.example ns > dig.out.ns2.1.$n || ret=1
308 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 modzone 'mod.example { type master; file "added.db"; allow-query { none; }; };' 2>&1 | sed 's/^/I:ns2 /'
309 $DIG +norec $DIGOPTS @10.53.0.2 mod.example ns > dig.out.ns2.2.$n || ret=1
310 $RNDC -c ../common/rndc.conf -s 10.53.0.2 -p 9953 showzone mod.example | grep 'allow-query { "none"; };' > /dev/null 2>&1 || ret=1
/bind-9.11.3/bin/named/
H A Dserver.c298 isc_boolean_t mod; member in struct:catz_chgzone_event
2148 if (ev->mod == ISC_TRUE) {
2231 ISC_TRUE, ISC_FALSE, ev->mod);
2385 event->mod = ISC_TF(type == DNS_EVENT_CATZMODZONE);
11857 else if (strncasecmp(command, "mod", 3) == 0)
12388 INSIST(strncasecmp(command, "mod", 3) == 0);

Completed in 45 milliseconds