Searched refs:SMRBSIZE (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/sendmail/src/ |
H A D | sm_resolve.c | 1242 # define SMRBSIZE ((int) sizeof(reply_buf)) macro 1284 len = (*resfunc)(domain, rr_class, rr_type, reply, SMRBSIZE); 1285 if (len >= SMRBSIZE) 1291 domain, len, SMRBSIZE, IP_MAXPACKET); 1297 domain, len, SMRBSIZE, IP_MAXPACKET);
|