HomeSort by: relevance | last modified time | path
    Searched defs:inet_pton (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/inet/
inet_pton.c 1 /* $NetBSD: inet_pton.c,v 1.8 2012/03/13 21:13:38 christos 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.8 2012/03/13 21:13:38 christos Exp $");
47 __weak_alias(inet_pton,_inet_pton)
59 * inet_pton(af, src, dst)
70 inet_pton(int af, const char *src, void *dst) function in typeref:typename:int
91 * when last arg is 1: inet_pton(). decimal dotted-quad only.
129 /* inet_pton() takes decimal only */
173 /* inet_pton() takes dotted-quad only. it does not take shorthand. */
  /src/lib/libc/include/
namespace.h 58 #define inet_pton _inet_pton macro

Completed in 14 milliseconds