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

1 2 3

  /external/openssh/openbsd-compat/
getrrsetbyname.h 61 #ifndef HFIXEDSZ
62 #define HFIXEDSZ 12
  /external/c-ares/
ares_mkquery.c 105 len = strlen(name) + 2 + HFIXEDSZ + QFIXEDSZ;
112 memset(q, 0, HFIXEDSZ);
128 q += HFIXEDSZ;
179 if (buflen > (MAXCDNAME + HFIXEDSZ + QFIXEDSZ)) {
ares_parse_mx_reply.c 65 if (alen < HFIXEDSZ)
77 aptr = abuf + HFIXEDSZ;
ares_parse_ns_reply.c 65 if ( alen < HFIXEDSZ )
75 aptr = abuf + HFIXEDSZ;
ares_parse_srv_reply.c 70 if (alen < HFIXEDSZ)
82 aptr = abuf + HFIXEDSZ;
ares_parse_txt_reply.c 72 if (alen < HFIXEDSZ)
84 aptr = abuf + HFIXEDSZ;
ares_parse_ptr_reply.c 64 if (alen < HFIXEDSZ)
74 aptr = abuf + HFIXEDSZ;
ares_send.c 49 if (qlen < HFIXEDSZ || qlen >= (1 << 16))
ares_parse_a_reply.c 77 if (alen < HFIXEDSZ)
87 aptr = abuf + HFIXEDSZ;
ares_parse_aaaa_reply.c 79 if (alen < HFIXEDSZ)
89 aptr = abuf + HFIXEDSZ;
nameser.h 132 #define HFIXEDSZ NS_HFIXEDSZ
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_mkquery.c 132 if ((buf == NULL) || (buflen < HFIXEDSZ))
134 memset(buf, 0, HFIXEDSZ);
140 cp = buf + HFIXEDSZ;
141 buflen -= HFIXEDSZ;
res_mkupdate.c 131 if ((buf == NULL) || (buflen < HFIXEDSZ))
133 memset(buf, 0, HFIXEDSZ);
138 cp = buf + HFIXEDSZ;
139 buflen -= HFIXEDSZ;
res_send.c 237 * buf + HFIXEDSZ <= eom
254 const u_char *cp = buf + HFIXEDSZ;
296 const u_char *cp = buf1 + HFIXEDSZ;
299 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
348 if (anssiz < HFIXEDSZ) {
498 if (len < HFIXEDSZ) {
776 if (resplen < HFIXEDSZ) {
  /bionic/libc/dns/resolv/
res_mkquery.c 141 if ((buf == NULL) || (buflen < HFIXEDSZ))
143 memset(buf, 0, HFIXEDSZ);
149 cp = buf + HFIXEDSZ;
  /bionic/libc/include/arpa/
nameser_compat.h 80 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 89 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 89 #define HFIXEDSZ NS_HFIXEDSZ
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 140 #define HFIXEDSZ NS_HFIXEDSZ
  /external/dnsmasq/src/
nameser.h 104 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */
  /external/libpcap/Win32/Include/arpa/
nameser.h 95 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 151 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 151 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ

Completed in 893 milliseconds

1 2 3