Searched refs:PACKETSZ (Results 1 – 10 of 10) sorted by relevance
/freebsd/lib/libc/resolv/ |
H A D | res_query.c | 89 #if PACKETSZ > 1024 90 #define MAXPACKET PACKETSZ
|
H A D | res_update.c | 95 u_char answer[PACKETSZ]; in res_nupdate()
|
H A D | res_data.c | 116 fp_nquery(msg, PACKETSZ, file); in fp_query()
|
H A D | res_send.c | 318 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend() 784 char junk[PACKETSZ]; in send_vc()
|
H A D | res_debug.c | 356 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
|
/freebsd/lib/libc/net/ |
H A D | hesiod.c | 349 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; in get_txt_records() 359 NULL, qbuf, PACKETSZ); in get_txt_records()
|
/freebsd/contrib/tcpdump/ |
H A D | nameser.h | 64 #define PACKETSZ 512 /* maximum packet size */ macro
|
/freebsd/include/arpa/ |
H A D | nameser_compat.h | 99 #define PACKETSZ NS_PACKETSZ macro
|
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 38 char qb2[PACKETSZ];
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 7442 size PACKETSZ (512) is not sufficient for some nameserver
|