Searched refs:alt (Results 1 - 11 of 11) sorted by relevance

/bind-9.11.3/bin/tests/system/dscp/ns7/
H A Dnamed.conf16 alt-transfer-source 10.53.0.7 dscp 47;
30 alt-transfer-source 10.53.0.7 dscp 46;
/bind-9.11.3/bin/tests/system/dscp/ns5/
H A Dnamed.conf16 alt-transfer-source 10.53.0.5 dscp 46;
/bind-9.11.3/lib/lwres/
H A Dprint.c61 int alt; local
105 dot = space = plus = left = zero = alt = h = l = q = z = 0;
113 alt = 1;
263 alt ? "%#" LWRES_PRINT_QUADFORMAT "o"
290 if (alt) {
308 if (alt) {
520 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "",
/bind-9.11.3/lib/isc/
H A Dprint.c157 int alt; local
199 dot = neg = space = plus = left = zero = alt = h = l = q = z = 0;
207 alt = 1;
383 sprintf(buf, alt ? "%#lo" : "%lo",
395 alt ? "%#lo" : "%lo",
401 alt ? "%#lo" : "%lo",
445 if (alt) {
469 if (alt) {
653 sprintf(fmt, "%%%s%s.%lu%s%c", alt ? "#" : "",
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dclean.sh25 rm -f ns2/update.bk ns2/update.alt.bk
H A Dsetup.sh19 rm -f ns2/update.bk ns2/update.alt.bk
H A Dtests.sh532 # validly signed by "altkey"--then the zonefile update.alt.bk will
534 [ -f ns2/update.alt.bk ] || ret=1
/bind-9.11.3/lib/dns/include/dns/
H A Dresolver.h449 dns_resolver_addalternate(dns_resolver_t *resolver, isc_sockaddr_t *alt,
457 * \li only one of 'name' or 'alt' to be valid.
/bind-9.11.3/bin/named/
H A Dzoneconf.c785 isc_boolean_t alt; local
1671 result = ns_config_get(maps, "alt-transfer-source", &obj);
1681 result = ns_config_get(maps, "alt-transfer-source-v6", &obj);
1691 (void)ns_config_get(maps, "use-alt-transfer-source", &obj);
1699 alt = ISC_TRUE;
1701 alt = ISC_FALSE;
1703 alt = cfg_obj_asboolean(obj);
1704 dns_zone_setoption(mayberaw, DNS_ZONEOPT_USEALTXFRSRC, alt);
H A Dserver.c10546 const char *ob = "", *cb = "", *alt = ""; local
10555 alt = "version.bind/txt/ch disabled";
10557 alt = ns_g_server->version;
10577 ns_g_description, ns_g_srcid, ob, alt, cb);
/bind-9.11.3/lib/dns/
H A Dresolver.c9732 dns_resolver_addalternate(dns_resolver_t *resolver, isc_sockaddr_t *alt, argument
9739 REQUIRE((alt == NULL) ^ (name == NULL));
9744 if (alt != NULL) {
9746 a->_u.addr = *alt;

Completed in 96 milliseconds