HomeSort by relevance Sort by last modified time
    Searched full:ns_get16 (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /bionic/libc/dns/nameser/
ns_netint.c 36 ns_get16(const u_char *src) { function
39 NS_GET16(dst, src);
ns_parse.c 94 NS_GET16(rdlength, ptr);
113 NS_GET16(handle->_id, msg);
116 NS_GET16(handle->_flags, msg);
120 NS_GET16(handle->_counts[i], msg);
177 NS_GET16(rr->type, handle->_msg_ptr);
178 NS_GET16(rr->rr_class, handle->_msg_ptr);
187 NS_GET16(rr->rdlength, handle->_msg_ptr);
240 NS_GET16(rr->type, handle->_msg_ptr);
241 NS_GET16(rr->rr_class, handle->_msg_ptr);
250 NS_GET16(rr->rdlength, handle->_msg_ptr)
    [all...]
ns_print.c 270 t = ns_get16(rdata);
288 t = ns_get16(rdata);
354 order = ns_get16(rdata); rdata += NS_INT16SZ;
355 preference = ns_get16(rdata); rdata += NS_INT16SZ;
395 priority = ns_get16(rdata); rdata += NS_INT16SZ;
396 weight = ns_get16(rdata); rdata += NS_INT16SZ;
397 port = ns_get16(rdata); rdata += NS_INT16SZ;
474 keyflags = ns_get16(rdata); rdata += NS_INT16SZ;
517 typ = ns_get16(rdata); rdata += NS_INT16SZ;
538 footprint = ns_get16(rdata); rdata += NS_INT16SZ
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_hesiod-2.11.1.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnss_hesiod-2.15.so 
libnss_hesiod.so 
libnss_hesiod.so.2 
  /bionic/libc/include/arpa/
nameser_compat.h 186 #define GETSHORT NS_GET16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 181 #define GETSHORT NS_GET16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 181 #define GETSHORT NS_GET16
  /bionic/libc/
libc.arm64.map 613 ns_get16; # arm64 x86_64 mips64
libc.mips64.map 613 ns_get16; # arm64 x86_64 mips64
libc.x86_64.map 613 ns_get16; # arm64 x86_64 mips64
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 233 #define GETSHORT NS_GET16
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.functions.txt 598 ns_get16
libc.so.versions.txt 613 ns_get16; # arm64 x86_64 mips64
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt 598 ns_get16
libc.so.versions.txt 613 ns_get16; # arm64 x86_64 mips64
  /development/ndk/platforms/android-23/arch-x86_64/symbols/
libc.so.functions.txt 598 ns_get16
libc.so.versions.txt 613 ns_get16; # arm64 x86_64 mips64
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 242 #define GETSHORT NS_GET16
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 242 #define GETSHORT NS_GET16
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 233 #define GETSHORT NS_GET16

Completed in 418 milliseconds

1 2 3 4