Home
last modified time | relevance | path

Searched refs:MAXPACKET (Results 1 – 8 of 8) sorted by relevance

/freebsd/lib/libc/resolv/
H A Dres_query.c90 #define MAXPACKET PACKETSZ macro
92 #define MAXPACKET 1024 macro
112 u_char buf[MAXPACKET]; in res_nquery()
/freebsd/usr.sbin/ypserv/
H A Dyp_dnslookup.c99 #define MAXPACKET (64*1024) macro
168 char buf[MAXPACKET]; in yp_send_dns_query()
345 char buf[sizeof(HEADER) + MAXPACKET]; in yp_run_dnsq()
/freebsd/lib/libc/net/
H A Dgetnetbydns.c83 #define MAXPACKET (64*1024) macro
87 u_char buf[MAXPACKET];
H A Dgethostbydns.c88 #define MAXPACKET (64*1024) macro
92 u_char buf[MAXPACKET];
H A Dgetaddrinfo.c244 #define MAXPACKET (64*1024) macro
248 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()
/freebsd/usr.sbin/traceroute6/
H A Dtraceroute6.c282 #define MAXPACKET 65535 /* max ip packet size */ macro
689 else if (datalen >= MAXPACKET) { in main()
692 minlen, MAXPACKET); in main()
/freebsd/contrib/sendmail/src/
H A Dsendmail.h1431 #ifndef MAXPACKET
1432 # define MAXPACKET 8192 /* max packet size used internally by BIND */ macro
1446 unsigned char qb2[MAXPACKET];
H A Ddomain.c1634 char nbuf[SM_MAX(MAXPACKET, MAXDNAME*2+2)];