Searched refs:PACKETSZ (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/lib/libc/resolv/ |
| HD | res_query.c | 90 #if PACKETSZ > 1024 91 #define MAXPACKET PACKETSZ
|
| HD | res_update.c | 94 u_char answer[PACKETSZ]; in res_nupdate()
|
| HD | res_data.c | 143 fp_nquery(msg, PACKETSZ, file); in fp_query()
|
| HD | res_send.c | 324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend() 811 char junk[PACKETSZ];
|
| HD | res_debug.c | 360 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
|
| /dragonfly/lib/libc/net/ |
| HD | hesiod.c | 355 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; in get_txt_records() 365 NULL, qbuf, PACKETSZ); in get_txt_records()
|
| /dragonfly/contrib/tcpdump/ |
| HD | nameser.h | 64 #define PACKETSZ 512 /* maximum packet size */ macro
|
| /dragonfly/include/arpa/ |
| HD | nameser_compat.h | 98 #define PACKETSZ NS_PACKETSZ macro
|