/src/lib/libc/inet/ |
inet_cidr_pton.c | 1 /* $NetBSD: inet_cidr_pton.c,v 1.10 2024/01/20 14:52:47 christos Exp $ */ 23 static const char rcsid[] = "Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp"; 25 __RCSID("$NetBSD: inet_cidr_pton.c,v 1.10 2024/01/20 14:52:47 christos Exp $"); 49 __weak_alias(inet_cidr_pton,_inet_cidr_pton) 60 * inet_cidr_pton(af, src, dst, *bits) 76 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { function in typeref:typename:int
|
inet_cidr_pton.c | 1 /* $NetBSD: inet_cidr_pton.c,v 1.10 2024/01/20 14:52:47 christos Exp $ */ 23 static const char rcsid[] = "Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp"; 25 __RCSID("$NetBSD: inet_cidr_pton.c,v 1.10 2024/01/20 14:52:47 christos Exp $"); 49 __weak_alias(inet_cidr_pton,_inet_cidr_pton) 60 * inet_cidr_pton(af, src, dst, *bits) 76 inet_cidr_pton(int af, const char *src, void *dst, int *bits) { function in typeref:typename:int
|
/src/lib/libc/include/ |
namespace.h | 491 #define inet_cidr_pton _inet_cidr_pton macro
|
namespace.h | 491 #define inet_cidr_pton _inet_cidr_pton macro
|