Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dresolv.h228 #define RES_NOCHECKNAME 0x00008000 /* do not check names for sanity. */ macro
/dragonfly/lib/libc/resolv/
H A Dres_init.c589 statp->options |= RES_NOCHECKNAME; in res_setoptions()