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

1 2

  /bionic/libc/dns/nameser/
ns_netint.c 52 ns_put16(uint16_t src, u_char *dst) { function
53 NS_PUT16(src, dst);
  /bionic/libc/dns/resolv/
res_mkquery.c 168 ns_put16(type, cp);
170 ns_put16(class, cp);
185 ns_put16(T_NULL, cp);
187 ns_put16(class, cp);
191 ns_put16(0, cp);
203 ns_put16(type, cp);
205 ns_put16(class, cp);
209 ns_put16(datalen, cp);
255 ns_put16(T_OPT, cp); /* TYPE */
257 ns_put16(anslen & 0xffff, cp); /* CLASS = UDP payload size *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 183 #define PUTSHORT NS_PUT16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/lib32/
libresolv-2.11.1.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 183 #define PUTSHORT NS_PUT16
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libresolv-2.11.1.so 
libresolv.so 
libresolv.so.2 
  /bionic/libc/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
nameser.h 503 #define NS_PUT16(s, cp) do { \
526 #define ns_put16 __ns_put16 macro
572 void ns_put16(uint16_t, u_char *) __LIBC_ABI_PUBLIC__;
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 244 #define PUTSHORT NS_PUT16
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 244 #define PUTSHORT NS_PUT16
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 235 #define PUTSHORT NS_PUT16

Completed in 840 milliseconds

1 2