Searched defs:inet_pton (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/inet/
H A Dinet_pton.c1 /* $NetBSD: inet_pton.c,v 1.6.10.1 2011/01/10 00:42:17 riz Exp $ */
23 static const char rcsid[] = "Id: inet_pton.c,v 1.5 2005/07/28 06:51:47 marka Exp";
25 __RCSID("$NetBSD: inet_pton.c,v 1.6.10.1 2011/01/10 00:42:17 riz Exp $");
52 // __weak_alias(inet_pton,_inet_pton)
65 * inet_pton(af, src, dst)
76 inet_pton(int af, const char *src, void *dst) function
97 * when last arg is 1: inet_pton(). decimal dotted-quad only.
135 /* inet_pton() takes decimal only */
179 /* inet_pton() takes dotted-quad only. it does not take shorthand. */

Completed in 54 milliseconds