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

  /src/lib/libc/inet/
inet_net_ntop.c 21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.1.2.1 2002/08/02 02:17:21 marka Exp ";
23 __RCSID("$NetBSD: inet_net_ntop.c,v 1.5 2026/04/08 14:12:06 christos Exp $");
43 __weak_alias(inet_net_ntop,_inet_net_ntop)
53 * inet_net_ntop(af, src, bits, dst, size)
62 inet_net_ntop(int af, const void *src, int bits, char *dst, size_t size) function
  /src/external/bsd/libbind/dist/include/arpa/
inet.h 83 #define inet_net_ntop __inet_net_ntop macro
101 char *inet_net_ntop __P((int, const void *, int, char *, size_t));
  /src/external/bsd/libbind/dist/inet/
inet_net_ntop.c 1 /* $NetBSD: inet_net_ntop.c,v 1.1.1.2 2012/09/09 16:07:50 christos Exp $ */
21 static const char rcsid[] = "Id: inet_net_ntop.c,v 1.5 2006/06/20 02:50:14 marka Exp ";
51 * inet_net_ntop(af, src, bits, dst, size)
60 inet_net_ntop(af, src, bits, dst, size) function
  /src/lib/libc/include/
namespace.h 494 #define inet_net_ntop _inet_net_ntop macro

Completed in 19 milliseconds