Searched refs:RES_IPV6ONLY (Results 1 – 2 of 2) sorted by relevance
158 opts &= ~RES_IPV6ONLY; in res_findzonecut()593 if ((opts & RES_IPV6ONLY) != 0 && ns_rr_type(rr) != ns_t_aaaa) in save_a()
259 #define RES_IPV6ONLY 0x00000004 /* IPv6 only */ macro