Home
last modified time | relevance | path

Searched refs:RES_NO_NIBBLE2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/include/
H A Dresolv.h254 #define RES_NO_NIBBLE2 0x80000000 /*%< disable alternate nibble lookup */ macro
257 RES_DNSRCH | RES_NO_NIBBLE2)
/freebsd-14.2/lib/libc/resolv/
H A Dres_init.c712 statp->options |= RES_NO_NIBBLE2; in res_setoptions()
715 ~RES_NO_NIBBLE2; in res_setoptions()
H A Dres_debug.c689 #ifdef RES_NO_NIBBLE2 in p_option()
690 case RES_NO_NIBBLE2: return "no-nibble2"; in p_option()