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

  /bionic/libc/private/
arpa_nameser.h 487 #define ns_name_pton __ns_name_pton macro
528 int ns_name_pton(const char *, u_char *, size_t);
  /bionic/libc/netbsd/nameser/
ns_name.c 195 * ns_name_pton(src, dst, dstsiz)
206 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) function
612 if (ns_name_pton(src, tmp, sizeof tmp) == -1)

Completed in 340 milliseconds