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

  /src/lib/libc/inet/
inet_ntop.c 1 /* $NetBSD: inet_ntop.c,v 1.12 2018/03/02 06:31:53 lukem Exp $ */
23 static const char rcsid[] = "Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp";
25 __RCSID("$NetBSD: inet_ntop.c,v 1.12 2018/03/02 06:31:53 lukem Exp $");
49 __weak_alias(inet_ntop,_inet_ntop)
61 * inet_ntop(af, src, dst, size)
69 inet_ntop(int af, const void *src, char *dst, socklen_t size) function in typeref:typename:const char *
  /src/sys/dev/usb/
if_umb.c 209 inet_ntop(int af, const void *src, char *dst, socklen_t size);
2671 inet_ntop(AF_INET, &satosin(sa)->sin_addr, s, sizeof(astr[0]));
2674 inet_ntop(AF_INET6, &satosin6(sa)->sin6_addr, s,
2724 * inet_ntop(af, src, dst, size)
2732 inet_ntop(int af, const void *src, char *dst, socklen_t size) function in typeref:typename:Static const char *
  /src/lib/libc/include/
namespace.h 502 #define inet_ntop _inet_ntop macro

Completed in 15 milliseconds