Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv/
H A Dres_query.c55 #if PACKETSZ > 1024
56 #define MAXPACKET PACKETSZ
H A Dres_gethost.c63 #if PACKETSZ > 1024
64 #define MAXPACKET PACKETSZ
H A Dres_send.c172 v_circuit = (_res.options & RES_USEVC) || buflen > PACKETSZ;
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_query.c89 #if PACKETSZ > 1024
90 #define MAXPACKET PACKETSZ
H A Dres_sendsigned.c91 if (newmsglen > PACKETSZ || nstatp->options & RES_USEVC) in res_nsendsigned()
H A Dres_update.c92 u_char answer[PACKETSZ]; in res_nupdate()
H A Dres_data.c146 fp_nquery(msg, PACKETSZ, file); in fp_query()
H A Dres_send.c324 v_circuit = (statp->options & RES_USEVC) || buflen > PACKETSZ; in res_nsend()
789 char junk[PACKETSZ]; in send_vc()
H A Dres_debug.c380 return (p_cdnname(cp, msg, PACKETSZ, file)); in p_cdname()
/illumos-gate/usr/src/lib/libmapid/common/
H A Dmapid.h99 uchar_t buf[PACKETSZ];
/illumos-gate/usr/src/lib/libresolv/arpa/
H A Dnameser.h47 #define PACKETSZ 512 /* maximum packet size */ macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c86 unsigned char buf[ PACKETSZ ]; in nsldapi_getdxbyname()
/illumos-gate/usr/src/head/arpa/
H A Dnameser_compat.h166 #define PACKETSZ NS_PACKETSZ macro
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ho.c96 #if PACKETSZ > 1024
97 #define MAXPACKET PACKETSZ