inet_cidr_ntop.c | 1 /* $NetBSD: inet_cidr_ntop.c,v 1.8 2012/03/13 21:13:38 christos Exp $ */ 23 static const char rcsid[] = "Id: inet_cidr_ntop.c,v 1.7 2006/10/11 02:18:18 marka Exp"; 25 __RCSID("$NetBSD: inet_cidr_ntop.c,v 1.8 2012/03/13 21:13:38 christos Exp $"); 47 __weak_alias(inet_cidr_ntop,_inet_cidr_ntop) 63 * inet_cidr_ntop(af, src, bits, dst, size) 76 inet_cidr_ntop(int af, const void *src, int bits, char *dst, size_t size) { function in typeref:typename:char *
|