Lines Matching defs:dispatches6
557 dns_dispatchset_t *dispatches6;
2036 res->dispatches6->dispatches[0], &addr);
3365 (res->dispatches6 == NULL &&
3394 (res->dispatches6 == NULL && find->result_v4 == DNS_R_NXRRSET)))
3519 res->dispatches6 == NULL))
3584 if (res->dispatches6 != NULL) {
3650 family = (res->dispatches6 != NULL) ? AF_INET6 : AF_INET;
9900 if (res->dispatches6 != NULL) {
9901 dns_dispatchset_destroy(&res->dispatches6);
10015 dns_dispatchset_create(res->mctx, dispatchv6, &res->dispatches6,
10658 return dns_dispatchset_get(resolver->dispatches6);