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

  /onnv/onnv-gate/usr/src/cmd/krb5/krb5kdc/
sock2p.c 39 inet_ntop (int family, const void *address, char *buf, size_t bufsiz) function
101 if (inet_ntop (s->sa_family, addr, buf, bufsiz) == 0 && bufsiz >= 2)
  /onnv/onnv-gate/usr/src/lib/libnsl/nss/
inet_ntop.c 42 * inet_ntop(af, src, dst, size)
48 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/inet/
inet_ntop.c 19 static const char rcsid[] = "$Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp $";
53 * inet_ntop(af, src, dst, size)
61 inet_ntop(af, src, dst, size) function
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
inet_ntop.c 1 /* $OpenBSD: inet_ntop.c,v 1.5 2002/08/23 16:27:31 itojun Exp $ */
25 static char rcsid[] = "$From: inet_ntop.c,v 8.7 1996/08/05 08:41:18 vixie Exp $";
27 static char rcsid[] = "$OpenBSD: inet_ntop.c,v 1.5 2002/08/23 16:27:31 itojun Exp $";
61 * inet_ntop(af, src, dst, size)
69 inet_ntop(af, src, dst, size) function
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
inet_ntop.c 42 * inet_ntop -- Convert an IPv4 or IPv6 address in binary form into
45 * Note: this routine is kernel version of inet_ntop. It has similar
46 * format as inet_ntop() defined in rfc2553. But it does not do
49 * This inet_ntop() function, does not return NULL if third argument
59 inet_ntop(int af, const void *addr, char *buf, int addrlen) function
69 * We don't allow thread unsafe inet_ntop calls, they
84 cmn_err(CE_WARN, "inet_ntop: addr is <null> or unaligned");
  /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/include/
port-sockets.h 165 #define inet_ntop(AF,SRC,DST,CNT) \ macro

Completed in 2639 milliseconds