inet_net_ntop.c | 52 static char * inet_net_ntop_ipv4(const u_char *src, int bits, 72 return (inet_net_ntop_ipv4(src, bits, dst, size)); 83 * inet_net_ntop_ipv4(src, bits, dst, size) 95 inet_net_ntop_ipv4(const u_char *src, int bits, char *dst, size_t size) function in typeref:typename:char *
|