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

  /bionic/libc/dns/nameser/
ns_name.c 104 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) function
642 if (ns_name_ntop(tmp, dst, dstsiz) == -1)
  /bionic/libc/include/arpa/
nameser.h 539 #define ns_name_ntop __ns_name_ntop macro
598 int ns_name_ntop(const u_char *, char *, size_t);
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 539 #define ns_name_ntop __ns_name_ntop macro
598 int ns_name_ntop(const u_char *, char *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser.h 539 #define ns_name_ntop __ns_name_ntop macro
598 int ns_name_ntop(const u_char *, char *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser.h 539 #define ns_name_ntop __ns_name_ntop macro
598 int ns_name_ntop(const u_char *, char *, size_t);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser.h 539 #define ns_name_ntop __ns_name_ntop macro
598 int ns_name_ntop(const u_char *, char *, size_t);

Completed in 44 milliseconds