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

/bind-9.6-ESV-R11/bin/dig/include/dig/
H A Ddig.h79 * Defaults for the sigchase suboptions. Consolidated here because
135 isc_boolean_t sigchase; member in struct:dig_lookup
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c218 void sigchase(dns_message_t *msg);
746 looknew->sigchase = ISC_FALSE;
827 looknew->sigchase = lookold->sigchase;
1105 /* Setup the list of messages for +sigchase */
1437 "+sigchase option is disabled\n");
1438 current_lookup->sigchase = ISC_FALSE;
1459 ": +sigchase option is disable\n");
1460 current_lookup->sigchase = ISC_FALSE;
3113 if (!l->sigchase) {
5374 sigchase(dns_message_t *msg) { function
[all...]
H A Ddig.c219 " +[no]sigchase (Chase DNSSEC signatures)\n"
1018 case 'i': /* sigchase */
1019 FULLCHECK("sigchase");
1020 lookup->sigchase = state;
1021 if (lookup->sigchase)

Completed in 50 milliseconds