Home
last modified time | relevance | path

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

/f-stack/freebsd/libkern/
H A Dinet_ntop.c35 static char *inet_ntop4(const u_char *src, char *dst, socklen_t size);
51 return (inet_ntop4(src, dst, size)); in inet_ntop()
72 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4() function
161 if (!inet_ntop4(src+12, tp, sizeof tmp - (tp - tmp))) in inet_ntop6()