Home
last modified time | relevance | path

Searched refs:RES_IGNTC (Results 1 – 4 of 4) sorted by relevance

/openbsd/include/
H A Dresolv.h180 #define RES_IGNTC 0x00000020 /* ignore trucation errors */ macro
/openbsd/lib/libc/asr/
H A Dres_send_async.c205 if (as->as_ctx->ac_options & RES_IGNTC) in res_send_async_run()
726 if (h.flags & TC_MASK && !(as->as_ctx->ac_options & RES_IGNTC)) { in validate_packet()
H A Dasr_debug.c280 PRINTOPT(RES_IGNTC, "IGNTC"); in _asr_dump_config()
/openbsd/regress/lib/libc/asr/bin/
H A Dcommon.c143 { "IGNTC", RES_IGNTC },