Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/inet/
H A Dinet_pton.c39 static int inet_pton6(const char *src, uchar_t *dst);
60 return (inet_pton6(src, dst)); in inet_pton()
136 inet_pton6(const char *src, uchar_t *dst) in inet_pton6() function