Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dhesiod.c347 u_char qbuf[MAX_HESRESP], abuf[MAX_HESRESP]; in get_txt_records()
357 NULL, qbuf, MAX_HESRESP); in get_txt_records()
362 n = res_nsend(ctx->res, qbuf, n, abuf, MAX_HESRESP); in get_txt_records()
H A Dhesiod_p.h46 #define MAX_HESRESP 1024 macro