Home
last modified time | relevance | path

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

/netbsd/external/bsd/libbind/dist/tests/
H A Ddig8.c214 RES_PRF_HEADX | RES_PRF_REPLY | RES_PRF_TRUNC)
216 RES_PRF_HEADX | RES_PRF_REPLY | RES_PRF_TRUNC)
219 RES_PRF_TTLID | RES_PRF_REPLY | RES_PRF_TRUNC)
1170 res.pfcode |= RES_PRF_TRUNC; in setopt()
1172 res.pfcode &= ~RES_PRF_TRUNC; in setopt()
1733 if (res.pfcode & RES_PRF_TRUNC) in print_axfr()
1737 (res.pfcode & RES_PRF_TRUNC) ? name_ctx : NULL, in print_axfr()
1738 (res.pfcode & RES_PRF_TRUNC) ? origin : NULL, in print_axfr()
/netbsd/include/
H A Dresolv.h280 #define RES_PRF_TRUNC 0x00008000 macro
/netbsd/external/bsd/libbind/dist/include/
H A Dresolv.h286 #define RES_PRF_TRUNC 0x00008000 macro
/netbsd/external/mpl/bind/dist/
H A DCHANGES15910 1097. [func] libbind: RES_PRF_TRUNC for dig.