Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.h61 #ifndef HFIXEDSZ
62 #define HFIXEDSZ 12 macro
H A Dgetrrsetbyname.c394 if (size < HFIXEDSZ) in parse_dns_response()
406 memcpy(&resp->header, cp, HFIXEDSZ); in parse_dns_response()
407 cp += HFIXEDSZ; in parse_dns_response()
/freebsd/lib/libc/resolv/
H A Dres_mkquery.c116 if ((buf == NULL) || (buflen < HFIXEDSZ)) in res_nmkquery()
118 memset(buf, 0, HFIXEDSZ); in res_nmkquery()
125 cp = buf + HFIXEDSZ; in res_nmkquery()
H A Dres_send.c225 const u_char *cp = buf + HFIXEDSZ; in res_nameinquery()
263 const u_char *cp = buf1 + HFIXEDSZ; in res_queriesmatch()
266 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2) in res_queriesmatch()
312 if (anssiz < HFIXEDSZ) { in res_nsend()
755 if (len < HFIXEDSZ) { in send_vc()
996 if (resplen < HFIXEDSZ) { in send_dg()
H A Dres_mkupdate.c112 if ((buf == NULL) || (buflen < HFIXEDSZ)) in res_nmkupdate()
114 memset(buf, 0, HFIXEDSZ); in res_nmkupdate()
120 cp = buf + HFIXEDSZ; in res_nmkupdate()
121 buflen -= HFIXEDSZ; in res_nmkupdate()
/freebsd/include/arpa/
H A Dnameser_compat.h103 #define HFIXEDSZ NS_HFIXEDSZ macro
/freebsd/contrib/sendmail/src/
H A Ddomain.c57 # ifndef HFIXEDSZ
58 # define HFIXEDSZ 12 /* sizeof(HEADER) */ macro
1040 cp = (unsigned char *)&answer + HFIXEDSZ;
1846 ap = (unsigned char *) &answer + HFIXEDSZ;
H A Dsm_resolve.c569 SM_REQUIRE(buflen >= HFIXEDSZ);
573 cp = buf + HFIXEDSZ;
586 memset(buf, 0, HFIXEDSZ);
/freebsd/contrib/ntp/sntp/m4/
H A Dopenldap.m4220 #elif defined(HFIXEDSZ)
221 /* Bind 4 interface w/ HFIXEDSZ */
222 p += HFIXEDSZ;
224 /* Bind 4 interface w/o HFIXEDSZ */
/freebsd/lib/libc/net/
H A Dgetnetbydns.c185 cp = answer->buf + HFIXEDSZ; in getnetanswer()
H A Dgethostbydns.c174 BOUNDED_INCR(HFIXEDSZ); in gethostanswer()
H A Dgetaddrinfo.c2021 cp = answer->buf + HFIXEDSZ; in getanswer()