Home
last modified time | relevance | path

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

/xnu-10002.1.13/libkern/net/
H A Dinet_ntop.c33 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
49 return inet_ntop4(src, dst, size); in inet_ntop()
70 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function
167 if (!inet_ntop4(src + 12, tp, in inet_ntop6()