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

  /bionic/libc/include/arpa/
nameser.h 541 #define ns_name_pton2 __ns_name_pton2 macro
600 int ns_name_pton2(const char *, u_char *, size_t, size_t *);
  /development/ndk/platforms/android-L/include/arpa/
nameser.h 541 #define ns_name_pton2 __ns_name_pton2 macro
600 int ns_name_pton2(const char *, u_char *, size_t, size_t *);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/arpa/
nameser.h 541 #define ns_name_pton2 __ns_name_pton2 macro
600 int ns_name_pton2(const char *, u_char *, size_t, size_t *);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/arpa/
nameser.h 541 #define ns_name_pton2 __ns_name_pton2 macro
600 int ns_name_pton2(const char *, u_char *, size_t, size_t *);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/arpa/
nameser.h 541 #define ns_name_pton2 __ns_name_pton2 macro
600 int ns_name_pton2(const char *, u_char *, size_t, size_t *);
  /bionic/libc/dns/nameser/
ns_name.c 210 return (ns_name_pton2(src, dst, dstsiz, NULL));
214 * ns_name_pton2(src, dst, dstsiz, *dstlen)
227 ns_name_pton2(const char *src, u_char *dst, size_t dstsiz, size_t *dstlen) { function

Completed in 971 milliseconds