Searched refs:RES_NO_NIBBLE2 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libresolv-57/
H A Dres_init.c442 if (!strcmp(val, "single")) res->options |= RES_NO_NIBBLE2;
443 else if (!strcmp(val, "both")) res->options &= ~RES_NO_NIBBLE2;
1127 statp->options |= RES_NO_NIBBLE2;
1130 ~RES_NO_NIBBLE2;
H A Dresolv.h280 #define RES_NO_NIBBLE2 0x80000000 /* disable alternate nibble lookup */ macro

Completed in 128 milliseconds