Searched refs:dialup (Results 1 - 9 of 9) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/dialup/ns1/
H A Dnamed.conf43 dialup yes;
/bind-9.6-ESV-R11/bin/tests/system/dialup/ns2/
H A Dnamed.conf41 dialup passive;
/bind-9.6-ESV-R11/bin/tests/system/dialup/ns3/
H A Dnamed.conf41 dialup refresh;
/bind-9.6-ESV-R11/bin/named/
H A Dzoneconf.c430 dns_dialuptype_t dialup = dns_dialuptype_no; local
551 result = ns_config_get(maps, "dialup", &obj);
555 dialup = dns_dialuptype_yes;
557 dialup = dns_dialuptype_no;
561 dialup = dns_dialuptype_notify;
563 dialup = dns_dialuptype_notifypassive;
565 dialup = dns_dialuptype_refresh;
567 dialup = dns_dialuptype_passive;
571 dns_zone_setdialup(zone, dialup);
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dzone.h1625 * Perform dialup-time maintenance on 'zone'.
1629 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup);
1631 * Set the dialup type of 'zone' to 'dialup'.
1635 *\li 'dialup' to be a valid dialup type.
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf65 dialup yes;
317 dialup yes;
325 dialup yes;
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1074 { "dialup", MASTERZONE | SLAVEZONE | STUBZONE },
1309 * Check the excessively complicated "dialup" option.
1312 const cfg_obj_t *dialup = NULL; local
1313 (void)cfg_map_get(zoptions, "dialup", &dialup);
1314 if (dialup != NULL && cfg_obj_isstring(dialup)) {
1315 const char *str = cfg_obj_asstring(dialup);
1325 "dialup type '%s' is not "
1335 "invalid dialup typ
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dview.c446 dialup(dns_zone_t *zone, void *dummy) { function
457 (void)dns_zt_apply(view->zonetable, ISC_FALSE, dialup, NULL);
H A Dzone.c7143 * If the zone is dialup we are done as we don't want to send
9053 * check if we are a dialup zone as we use the notify request
11639 dns_zone_setdialup(dns_zone_t *zone, dns_dialuptype_t dialup) { argument
11646 switch (dialup) {

Completed in 51 milliseconds