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

1 2

  /external/c-ares/
ares_expand_name.c 55 * the first byte (corresponding to INDIR_MASK) set to 11. With the
93 if ((*encoded & INDIR_MASK) == INDIR_MASK)
105 if ((*p & INDIR_MASK) == INDIR_MASK)
112 p = abuf + ((*p & ~INDIR_MASK) << 8 | *(p + 1));
154 if ((*encoded & INDIR_MASK) == INDIR_MASK)
159 offset = (*encoded & ~INDIR_MASK) << 8 | *(encoded + 1);
nameser.h 135 #define INDIR_MASK NS_CMPRSFLGS
  /external/tcpdump/
print-domain.c 61 if ((i & INDIR_MASK) == INDIR_MASK)
63 if ((i & INDIR_MASK) == EDNS0_MASK) {
66 if ((i & ~INDIR_MASK) != EDNS0_ELT_BITLABEL)
130 if ((i & INDIR_MASK) == EDNS0_MASK) {
132 if ((elt = (i & ~INDIR_MASK)) != EDNS0_ELT_BITLABEL) {
161 if (((i = *cp++) & INDIR_MASK) != INDIR_MASK) {
168 if ((i & INDIR_MASK) == INDIR_MASK) {
    [all...]
nameser.h 253 #define INDIR_MASK 0xc0 /* 11.... */
  /bionic/libc/include/arpa/
nameser_compat.h 88 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 97 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 97 #define INDIR_MASK NS_CMPRSFLGS
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 148 #define INDIR_MASK NS_CMPRSFLGS
  /external/dnsmasq/src/
nameser.h 323 #define INDIR_MASK 0xc0
  /external/libpcap/Win32/Include/arpa/
nameser.h 290 #define INDIR_MASK 0xc0
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 159 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 159 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/arpa/
nameser_compat.h 150 #define INDIR_MASK NS_CMPRSFLGS

Completed in 457 milliseconds

1 2