Home
last modified time | relevance | path

Searched refs:HFIXEDSZ (Results 1 – 13 of 13) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c153 if ((buf == NULL) || (buflen < HFIXEDSZ)) in res_nmkquery()
155 memset(buf, 0, HFIXEDSZ); in res_nmkquery()
162 cp = buf + HFIXEDSZ; in res_nmkquery()
H A Dres_send.c232 const u_char *cp = buf + HFIXEDSZ; in res_nameinquery()
270 const u_char *cp = buf1 + HFIXEDSZ; in res_queriesmatch()
273 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()
320 if (anssiz < HFIXEDSZ) { in res_nsend()
740 if (len < HFIXEDSZ) { in send_vc()
941 if (resplen < HFIXEDSZ) { in send_dg()
H A Dres_mkupdate.c100 if ((buf == NULL) || (buflen < HFIXEDSZ)) in res_nmkupdate()
102 memset(buf, 0, HFIXEDSZ); in res_nmkupdate()
108 cp = buf + HFIXEDSZ; in res_nmkupdate()
109 buflen -= HFIXEDSZ; in res_nmkupdate()
/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c309 if (ansbuf + HFIXEDSZ > eom) { in get1101answer()
314 cp = ansbuf + HFIXEDSZ; in get1101answer()
468 if (anslen < HFIXEDSZ) { in get1101mask()
475 cp = ansbuf + HFIXEDSZ; in get1101mask()
H A Dhesiod.c371 if (n < HFIXEDSZ) { in get_txt_records()
H A Ddns_ho.c725 if (ansbuf + HFIXEDSZ > eom) { in gethostans()
734 cp = ansbuf + HFIXEDSZ; in gethostans()
/titanic_44/usr/src/cmd/sendmail/src/
H A Ddomain.c70 # ifndef HFIXEDSZ
71 # define HFIXEDSZ 12 /* sizeof(HEADER) */ macro
331 cp = (unsigned char *)&answer + HFIXEDSZ;
987 ap = (unsigned char *) &answer + HFIXEDSZ;
/titanic_44/usr/src/cmd/krb5/kadmin/kdcmgr/
H A Dklookup.c120 ansp += HFIXEDSZ; in main()
/titanic_44/usr/src/head/arpa/
H A Dnameser_compat.h172 #define HFIXEDSZ NS_HFIXEDSZ macro
/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c150 p = answer + HFIXEDSZ; in decode_answer()
/titanic_44/usr/src/lib/libresolv2/common/nameser/
H A Dns_verify.c67 if (cp + HFIXEDSZ >= eom) in ns_find_tsig()
73 cp += HFIXEDSZ; in ns_find_tsig()
/titanic_44/usr/src/lib/libmapid/common/
H A Dmapid.c424 p = (uchar_t *)(buf + HFIXEDSZ); in resolv_decode()
/titanic_44/usr/src/lib/nsswitch/dns/common/
H A Ddns_common.c610 cp += HFIXEDSZ; in _nss_dns_gethost_withttl()