/src/lib/libc/inet/ |
inet_net_pton.c | 21 static const char rcsid[] = "Id: inet_net_pton.c,v 1.4.2.1 2002/08/02 02:17:21 marka Exp "; 23 __RCSID("$NetBSD: inet_net_pton.c,v 1.7 2024/05/12 23:58:18 msaitoh Exp $"); 47 __weak_alias(inet_net_pton,_inet_net_pton) 390 * inet_net_pton(af, src, dst, size) 402 inet_net_pton(int af, const char *src, void *dst, size_t size) function in typeref:typename:int
|
inet_net_pton.c | 21 static const char rcsid[] = "Id: inet_net_pton.c,v 1.4.2.1 2002/08/02 02:17:21 marka Exp "; 23 __RCSID("$NetBSD: inet_net_pton.c,v 1.7 2024/05/12 23:58:18 msaitoh Exp $"); 47 __weak_alias(inet_net_pton,_inet_net_pton) 390 * inet_net_pton(af, src, dst, size) 402 inet_net_pton(int af, const char *src, void *dst, size_t size) function in typeref:typename:int
|
/src/lib/libc/include/ |
namespace.h | 495 #define inet_net_pton _inet_net_pton macro
|
namespace.h | 495 #define inet_net_pton _inet_net_pton macro
|