Home
last modified time | relevance | path

Searched refs:RES_IPV6ONLY (Results 1 – 2 of 2) sorted by relevance

/dragonfly/lib/libc/resolv/
H A Dres_findzonecut.c161 opts &= ~RES_IPV6ONLY; in res_findzonecut()
596 if ((opts & RES_IPV6ONLY) != 0 && ns_rr_type(rr) != ns_t_aaaa) in save_a()
/dragonfly/include/
H A Dresolv.h208 #define RES_IPV6ONLY 0x00000004 /* IPv6 only */ macro