Searched refs:PACKETSZ (Results 1 – 7 of 7) sorted by relevance
/haiku/src/system/libnetwork/netresolv/resolv/ |
H A D | res_query.c | 92 #if PACKETSZ > 1024 93 #define MAXPACKET PACKETSZ
|
H A D | res_data.c | 178 fp_nquery(msg, PACKETSZ, file); in fp_query()
|
H A D | res_send.c | 347 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend() 819 char junk[PACKETSZ]; in send_vc()
|
H A D | res_debug.c | 376 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
|
/haiku/headers/posix/arpa/ |
H A D | nameser_compat.h | 90 #define PACKETSZ NS_PACKETSZ macro
|
/haiku/src/system/libnetwork/netresolv/net/ |
H A D | hesiod.c | 419 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; in get_txt_records() 431 NULL, qbuf, PACKETSZ); in get_txt_records()
|
H A D | getnetnamadr.c | 171 static char netbuf[PACKETSZ]; in getnetanswer()
|