Home
last modified time | relevance | path

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

/freebsd/include/
H A Dresolv.h253 #define RES_NO_NIBBLE2 0x80000000 /*%< disable alternate nibble lookup */ macro
256 RES_DNSRCH | RES_NO_NIBBLE2)
/freebsd/lib/libc/resolv/
H A Dres_debug.c685 #ifdef RES_NO_NIBBLE2 in p_option()
686 case RES_NO_NIBBLE2: return "no-nibble2"; in p_option()
H A Dres_init.c708 statp->options |= RES_NO_NIBBLE2; in res_setoptions()
711 ~RES_NO_NIBBLE2; in res_setoptions()