Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_query.c92 #if PACKETSZ > 1024
93 #define MAXPACKET PACKETSZ
H A Dres_data.c178 fp_nquery(msg, PACKETSZ, file); in fp_query()
H A Dres_send.c347 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
819 char junk[PACKETSZ]; in send_vc()
H A Dres_debug.c376 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
/haiku/headers/posix/arpa/
H A Dnameser_compat.h90 #define PACKETSZ NS_PACKETSZ macro
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c419 unsigned char qbuf[PACKETSZ], abuf[MAX_HESRESP], *p, *eom, *eor; in get_txt_records()
431 NULL, qbuf, PACKETSZ); in get_txt_records()
H A Dgetnetnamadr.c171 static char netbuf[PACKETSZ]; in getnetanswer()