Searched refs:PACKETSZ (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/include/arpa/
H A Dnameser_compat.h97 #define PACKETSZ NS_PACKETSZ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dnameser.h64 #define PACKETSZ 512 /* maximum packet size */ macro
/freebsd-11-stable/lib/libc/resolv/
H A Dres_query.c94 #if PACKETSZ > 1024
95 #define MAXPACKET PACKETSZ
H A Dres_data.c120 fp_nquery(msg, PACKETSZ, file);
H A Dres_update.c99 u_char answer[PACKETSZ];
H A Dres_send.c323 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ;
789 char junk[PACKETSZ];
H A Dres_debug.c361 return (p_cdnname(cp, msg, PACKETSZ, file));
/freebsd-11-stable/lib/libc/net/
H A Dhesiod.c373 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor;
383 NULL, qbuf, PACKETSZ);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbitdomain.c38 char qb2[PACKETSZ];

Completed in 74 milliseconds