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

  /bionic/libc/dns/resolv/
res_mkquery.c 142 if ((buf == NULL) || (buflen < HFIXEDSZ))
144 memset(buf, 0, HFIXEDSZ);
150 cp = buf + HFIXEDSZ;
res_send.c 279 * buf + HFIXEDSZ <= eom
291 const u_char *cp = buf + HFIXEDSZ;
328 const u_char *cp = buf1 + HFIXEDSZ;
331 if (buf1 + HFIXEDSZ > eom1 || buf2 + HFIXEDSZ > eom2)
380 if (anssiz < HFIXEDSZ) {
878 if (len < HFIXEDSZ) {
1163 if (resplen < HFIXEDSZ) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 89 #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
  /bionic/libc/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 142 #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/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/include-fixed/arpa/
nameser_compat.h 151 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser_compat.h 142 #define HFIXEDSZ NS_HFIXEDSZ
  /bionic/libc/dns/
gethnamaddr.c 224 BOUNDED_INCR(HFIXEDSZ);
    [all...]
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 672 milliseconds