Home
last modified time | relevance | path

Searched refs:PACKETSZ (Results 1 – 8 of 8) sorted by relevance

/dragonfly/lib/libc/resolv/
HDres_query.c90 #if PACKETSZ > 1024
91 #define MAXPACKET PACKETSZ
HDres_update.c94 u_char answer[PACKETSZ]; in res_nupdate()
HDres_data.c143 fp_nquery(msg, PACKETSZ, file); in fp_query()
HDres_send.c324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
811 char junk[PACKETSZ];
HDres_debug.c360 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
/dragonfly/lib/libc/net/
HDhesiod.c355 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/
HDnameser.h64 #define PACKETSZ 512 /* maximum packet size */ macro
/dragonfly/include/arpa/
HDnameser_compat.h98 #define PACKETSZ NS_PACKETSZ macro