HomeSort by relevance Sort by last modified time
    Searched defs:ns_put16 (Results 1 - 6 of 6) sorted by null

  /bionic/libc/dns/nameser/
ns_netint.c 52 ns_put16(uint16_t src, u_char *dst) { function
53 NS_PUT16(src, dst);
  /bionic/libc/include/arpa/
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);
  /development/ndk/platforms/android-L/include/arpa/
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-19/arch-arm64/usr/include/arpa/
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-19/arch-mips64/usr/include/arpa/
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-19/arch-x86_64/usr/include/arpa/
nameser.h 503 #define NS_PUT16(s, cp) do { \
527 #define ns_put16 __ns_put16 macro
582 void ns_put16(uint16_t, u_char *);

Completed in 8916 milliseconds