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

/freebsd-11-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-11-stable/lib/libc/resolv/
H A Dres_mkquery.c121 if ((buf == NULL) || (buflen < HFIXEDSZ))
123 memset(buf, 0, HFIXEDSZ);
130 cp = buf + HFIXEDSZ;
H A Dres_send.c216 *\li buf + HFIXEDSZ <= eom
230 const u_char *cp = buf + HFIXEDSZ;
268 const u_char *cp = buf1 + HFIXEDSZ;
271 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
317 if (anssiz < HFIXEDSZ) {
760 if (len < HFIXEDSZ) {
1001 if (resplen < HFIXEDSZ) {
H A Dres_mkupdate.c116 if ((buf == NULL) || (buflen < HFIXEDSZ))
118 memset(buf, 0, HFIXEDSZ);
124 cp = buf + HFIXEDSZ;
125 buflen -= HFIXEDSZ;
/freebsd-11-stable/include/arpa/
H A Dnameser_compat.h101 #define HFIXEDSZ NS_HFIXEDSZ macro
/freebsd-11-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-11-stable/lib/libc/net/
H A Dgetnetbydns.c189 cp = answer->buf + HFIXEDSZ;
H A Dgethostbydns.c179 BOUNDED_INCR(HFIXEDSZ);
H A Dgetaddrinfo.c2019 cp = answer->buf + HFIXEDSZ;

Completed in 208 milliseconds