Home
last modified time | relevance | path

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

/freebsd/lib/libc/inet/
H A Dinet_net_ntop.c40 static char * inet_net_ntop_ipv4(const u_char *src, int bits, char *dst,
60 return (inet_net_ntop_ipv4(src, bits, dst, size)); in inet_net_ntop()
83 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) in inet_net_ntop_ipv4() function