Searched refs:MAXPACKET (Results 1 – 8 of 8) sorted by relevance
90 #define MAXPACKET PACKETSZ macro92 #define MAXPACKET 1024 macro112 u_char buf[MAXPACKET]; in res_nquery()
99 #define MAXPACKET (64*1024) macro168 char buf[MAXPACKET]; in yp_send_dns_query()345 char buf[sizeof(HEADER) + MAXPACKET]; in yp_run_dnsq()
83 #define MAXPACKET (64*1024) macro87 u_char buf[MAXPACKET];
88 #define MAXPACKET (64*1024) macro92 u_char buf[MAXPACKET];
244 #define MAXPACKET (64*1024) macro248 u_char buf[MAXPACKET];2714 buf = malloc(MAXPACKET); in res_queryN()2744 buf, MAXPACKET); in res_queryN()2747 n = res_nopt(res, n, buf, MAXPACKET, anslen); in res_queryN()
282 #define MAXPACKET 65535 /* max ip packet size */ macro689 else if (datalen >= MAXPACKET) { in main()692 minlen, MAXPACKET); in main()
1431 #ifndef MAXPACKET1432 # define MAXPACKET 8192 /* max packet size used internally by BIND */ macro1446 unsigned char qb2[MAXPACKET];
1634 char nbuf[SM_MAX(MAXPACKET, MAXDNAME*2+2)];