Home | History | Annotate | Download | only in dns

Lines Matching defs:forwarding

407 	bool forwarding;
3498 * If we have DNS_FETCHOPT_NOFORWARD set and forwarding policy
3594 * If the forwarding policy is "only", we don't need the
3910 fctx->forwarding = true;
3914 * forwarding, and has to remain disabled if
3916 * forwarding could leave us in an inconsistent
3927 fctx->forwarding = false;
4135 if (fctx->minimized && !fctx->forwarding) {
7088 * Note that if BIND is configured as a forwarding DNS server,
7090 * we must also check whether forwarding is enabled so that
7093 if (!fctx->forwarding && dns_name_issubdomain(tname, fctx->domain)) {