HomeSort by relevance Sort by last modified time
    Searched refs:HFIXEDSZ (Results 1 - 11 of 11) sorted by null

  /external/openssh/openbsd-compat/
getrrsetbyname.h 61 #ifndef HFIXEDSZ
62 #define HFIXEDSZ 12
getrrsetbyname.c 399 memcpy(&resp->header, cp, HFIXEDSZ);
400 cp += HFIXEDSZ;
  /bionic/libc/netbsd/resolv/
res_mkquery.c 142 if ((buf == NULL) || (buflen < HFIXEDSZ))
144 memset(buf, 0, HFIXEDSZ);
150 cp = buf + HFIXEDSZ;
res_send.c 278 * buf + HFIXEDSZ <= eom
290 const u_char *cp = buf + HFIXEDSZ;
327 const u_char *cp = buf1 + HFIXEDSZ;
330 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
380 if (anssiz < HFIXEDSZ) {
882 if (len < HFIXEDSZ) {
1167 if (resplen < HFIXEDSZ) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 89 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 89 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 89 #define HFIXEDSZ NS_HFIXEDSZ
  /bionic/libc/private/
arpa_nameser_compat.h 140 #define HFIXEDSZ NS_HFIXEDSZ
  /external/dnsmasq/src/
nameser.h 104 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */
  /bionic/libc/netbsd/
gethnamaddr.c 219 BOUNDED_INCR(HFIXEDSZ);
    [all...]
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 1671 milliseconds