Searched defs:sigchase (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/bin/dig/include/dig/
H A Ddig.h68 * Defaults for the sigchase suboptions. Consolidated here because
135 isc_boolean_t sigchase; member in struct:dig_lookup
/bind-9.11.3/bin/dig/
H A Ddighost.c223 void sigchase(dns_message_t *msg);
812 looknew->sigchase = ISC_FALSE;
957 looknew->sigchase = lookold->sigchase;
1524 /* Setup the list of messages for +sigchase */
1932 "+sigchase option is disabled\n");
1933 current_lookup->sigchase = ISC_FALSE;
1954 ": +sigchase option is disable\n");
1955 current_lookup->sigchase = ISC_FALSE;
3959 if (!l->sigchase) {
6304 sigchase(dns_message_t *msg) { function
[all...]

Completed in 22 milliseconds