inet_net_ntop.c | 21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.1 2002/08/02 02:17:21 marka Exp "; 23 __RCSID("$NetBSD: inet_net_ntop.c,v 1.4 2017/05/09 02:56:44 maya Exp $"); 43 __weak_alias(inet_net_ntop,_inet_net_ntop) 59 * inet_net_ntop(af, src, bits, dst, size) 68 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) function in typeref:typename:char *
|