Searched refs:dns_synthesize_family (Results 1 – 3 of 3) sorted by relevance
9 int dns_synthesize_family(uint64_t flags);
665 q->answer_family = dns_synthesize_family(q->flags); in dns_query_synthesize_reply()679 q->answer_family = dns_synthesize_family(q->flags); in dns_query_synthesize_reply()711 q->answer_family = dns_synthesize_family(q->flags); in dns_query_try_etc_hosts()
23 int dns_synthesize_family(uint64_t flags) { in dns_synthesize_family() function