HomeSort by relevance Sort by last modified time
    Searched defs:inet_ntop (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 1 /* $NetBSD: inet_ntop.c,v 1.9 2012/03/20 17:08:13 matt 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.9 2012/03/20 17:08:13 matt 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
  /external/openssh/openbsd-compat/
inet_ntop.c 1 /* $OpenBSD: inet_ntop.c,v 1.7 2005/08/06 20:30:03 espie Exp $ */
19 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntop.c */
52 * inet_ntop(af, src, dst, size)
60 inet_ntop(int af, const void *src, char *dst, size_t size) function
  /external/tcpdump/missing/
inet_ntop.c 39 /* $Id: inet_ntop.c,v 1.8 2005/02/09 02:25:46 guy Exp $ */
43 "@(#) $Header: /tcpdump/master/tcpdump/missing/inet_ntop.c,v 1.8 2005/02/09 02:25:46 guy Exp $";
206 inet_ntop(int af, const void *src, char *dst, size_t size) function

Completed in 340 milliseconds