Searched refs:inet_net_pton (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/posix/arpa/
H A Dinet.h25 int inet_net_pton(int family, const char* sourceString, void* dest,
/haiku/src/system/libnetwork/netresolv/
H A Dport_before.h35 # define inet_net_pton __inet_net_pton macro
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_net_pton.c21 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.4 2012/03/20 17:08:13 matt Exp $");
46 __weak_alias(inet_net_pton,_inet_net_pton)
396 * inet_net_pton(af, src, dst, size)
408 inet_net_pton(int af, const char *src, void *dst, size_t size) function
421 #undef inet_net_pton macro
422 #pragma weak inet_net_pton = __inet_net_pton macro

Completed in 58 milliseconds