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

/freebsd-11-stable/lib/libc/resolv/
H A Dres_query.c95 #define MAXPACKET PACKETSZ macro
97 #define MAXPACKET 1024 macro
117 u_char buf[MAXPACKET];
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c99 #define MAXPACKET (64*1024) macro
168 char buf[MAXPACKET];
349 char buf[sizeof(HEADER) + MAXPACKET];
/freebsd-11-stable/lib/libc/net/
H A Dgetnetbydns.c87 #define MAXPACKET (64*1024) macro
91 u_char buf[MAXPACKET];
H A Dgethostbydns.c93 #define MAXPACKET (64*1024) macro
97 u_char buf[MAXPACKET];
H A Dgetaddrinfo.c245 #define MAXPACKET (64*1024) macro
249 u_char buf[MAXPACKET];
2709 buf = malloc(MAXPACKET);
2739 buf, MAXPACKET);
2742 n = res_nopt(res, n, buf, MAXPACKET, anslen);
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c288 #define MAXPACKET 65535 /* max ip packet size */ macro
673 else if (datalen >= MAXPACKET) {
676 minlen, MAXPACKET);
/freebsd-11-stable/contrib/sendmail/src/
H A Dsendmail.h1322 #ifndef MAXPACKET
1323 # define MAXPACKET 8192 /* max packet size used internally by BIND */ macro
1337 unsigned char qb2[MAXPACKET];
H A Ddomain.c1266 char nbuf[SM_MAX(MAXPACKET, MAXDNAME*2+2)];

Completed in 325 milliseconds