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

  /src/external/gpl3/gdb/dist/gnulib/import/
arpa_inet.in.h 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>.
52 /* Get all possible declarations of inet_ntop() and inet_pton(). */
120 # undef inet_pton macro
121 # define inet_pton rpl_inet_pton macro
123 _GL_FUNCDECL_RPL (inet_pton, int,
126 _GL_CXXALIAS_RPL (inet_pton, int,
130 _GL_FUNCDECL_SYS (inet_pton, int,
134 _GL_CXXALIAS_SYS (inet_pton, int,
138 _GL_CXXALIASWARN (inet_pton); variable
141 # undef inet_pton macro
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
arpa_inet.in.h 36 /* On NonStop Kernel, inet_ntop and inet_pton are declared in <netdb.h>.
52 /* Get all possible declarations of inet_ntop() and inet_pton(). */
120 # undef inet_pton macro
121 # define inet_pton rpl_inet_pton macro
123 _GL_FUNCDECL_RPL (inet_pton, int,
126 _GL_CXXALIAS_RPL (inet_pton, int,
130 _GL_FUNCDECL_SYS (inet_pton, int,
134 _GL_CXXALIAS_SYS (inet_pton, int,
138 _GL_CXXALIASWARN (inet_pton); variable
141 # undef inet_pton macro
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
inet_pton.c 1 /* $NetBSD: inet_pton.c,v 1.2 2017/01/28 21:31:50 christos Exp $ */
43 inet_pton(int af, const char *csrc, void *dst) function
109 inet_pton(int af, const char *src, void *dst) function
  /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
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/external/bsd/libbind/dist/include/arpa/
inet.h 88 #define inet_pton __inet_pton macro
106 int inet_pton __P((int, const char *, void *));
  /src/external/bsd/libbind/dist/inet/
inet_pton.c 1 /* $NetBSD: inet_pton.c,v 1.1.1.2 2012/09/09 16:07:50 christos Exp $ */
21 static const char rcsid[] = "Id: inet_pton.c,v 1.5 2005/07/28 06:51:47 marka Exp ";
44 * inet_pton(af, src, dst)
55 inet_pton(af, src, dst) function
  /src/external/bsd/nsd/dist/compat/
inet_pton.c 1 /* $KAME: inet_pton.c,v 1.5 2001/08/20 02:32:40 itojun Exp $ */
51 * inet_pton(af, src, dst)
62 inet_pton(af, src, dst) function
  /src/external/bsd/unbound/dist/compat/
inet_pton.c 1 /* $KAME: inet_pton.c,v 1.5 2001/08/20 02:32:40 itojun Exp $ */
51 * inet_pton(af, src, dst)
62 inet_pton(af, src, dst) function
  /src/external/ibm-public/postfix/dist/src/util/
sys_compat.c 50 /* int inet_pton(af, src, dst)
366 /* inet_pton - convert printable address to binary address */
368 int inet_pton(int af, const char *src, void *dst) function
373 * inet_addr() accepts a wider range of input formats than inet_pton();
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/include/isc/
net.h 48 * It declares inet_aton(), inet_ntop(), and inet_pton().
355 #undef inet_pton macro
356 #define inet_pton isc_net_pton macro
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
net.h 57 * It declares inet_aton(), inet_ntop(), and inet_pton().
367 #define inet_pton isc_net_pton macro
  /src/external/bsd/unbound/include/
config.h 125 /* Define to 1 if you have the declaration of 'inet_pton', and to 0 if you
356 /* Define to 1 if you have the 'inet_pton' function. */
1426 #define inet_pton inet_pton_unbound macro
1427 int inet_pton(int af, const char* src, void* dst);
1538 int inet_pton(int af, const char* src, void* dst);
  /src/lib/libc/include/
namespace.h 58 #define inet_pton _inet_pton macro

Completed in 41 milliseconds