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

/freebsd-current/lib/libc/resolv/
H A Dres_query.c90 #define MAXPACKET PACKETSZ macro
92 #define MAXPACKET 1024 macro
112 u_char buf[MAXPACKET];
/freebsd-current/usr.sbin/ypserv/
H A Dyp_dnslookup.c99 #define MAXPACKET (64*1024) macro
168 char buf[MAXPACKET];
345 char buf[sizeof(HEADER) + MAXPACKET];
/freebsd-current/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);
2744 buf, MAXPACKET);
2747 n = res_nopt(res, n, buf, MAXPACKET, anslen);
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c282 #define MAXPACKET 65535 /* max ip packet size */ macro
689 else if (datalen >= MAXPACKET) {
692 minlen, MAXPACKET);
/freebsd-current/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)];

Completed in 199 milliseconds