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

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c274 #define DEF_DNS_REPLY_SIZE 4096 /* in case we're using TCP */ macro
497 reply->buf = (unsigned char *) mymalloc(DEF_DNS_REPLY_SIZE);
498 reply->buf_len = DEF_DNS_REPLY_SIZE;

Completed in 95 milliseconds