Searched refs:HFIXEDSZ (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dgetrrsetbyname.h61 #ifndef HFIXEDSZ
62 #define HFIXEDSZ 12 macro
H A Dgetrrsetbyname.c397 memcpy(&resp->header, cp, HFIXEDSZ);
398 cp += HFIXEDSZ;
/freebsd-13-stable/lib/libc/resolv/
H A Dres_mkquery.c123 if ((buf == NULL) || (buflen < HFIXEDSZ))
125 memset(buf, 0, HFIXEDSZ);
132 cp = buf + HFIXEDSZ;
H A Dres_send.c218 *\li buf + HFIXEDSZ <= eom
232 const u_char *cp = buf + HFIXEDSZ;
270 const u_char *cp = buf1 + HFIXEDSZ;
273 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
319 if (anssiz < HFIXEDSZ) {
762 if (len < HFIXEDSZ) {
1003 if (resplen < HFIXEDSZ) {
H A Dres_mkupdate.c118 if ((buf == NULL) || (buflen < HFIXEDSZ))
120 memset(buf, 0, HFIXEDSZ);
126 cp = buf + HFIXEDSZ;
127 buflen -= HFIXEDSZ;
/freebsd-13-stable/include/arpa/
H A Dnameser_compat.h104 #define HFIXEDSZ NS_HFIXEDSZ macro
/freebsd-13-stable/contrib/sendmail/src/
H A Ddomain.c59 # ifndef HFIXEDSZ
60 # define HFIXEDSZ 12 /* sizeof(HEADER) */ macro
711 cp = (unsigned char *)&answer + HFIXEDSZ;
1478 ap = (unsigned char *) &answer + HFIXEDSZ;
H A Dsm_resolve.c552 SM_REQUIRE(buflen >= HFIXEDSZ);
556 cp = buf + HFIXEDSZ;
569 memset(buf, 0, HFIXEDSZ);
/freebsd-13-stable/lib/libc/net/
H A Dgetnetbydns.c191 cp = answer->buf + HFIXEDSZ;
H A Dgethostbydns.c181 BOUNDED_INCR(HFIXEDSZ);
H A Dgetaddrinfo.c2021 cp = answer->buf + HFIXEDSZ;

Completed in 187 milliseconds