Home
last modified time | relevance | path

Searched refs:inet_pton6 (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.81.4/libkern/net/
H A Dinet_pton.c35 static int inet_pton6(const char *src, u_char *dst);
55 return inet_pton6(src, dst); in inet_pton()
133 inet_pton6(const char *src, u_char *dst) in inet_pton6() function