Searched defs:inet_ntop (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dsock2p.c39 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)
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dinet_ntop.c42 * inet_ntop(af, src, dst, size)
48 inet_ntop(int af, const void *src, char *dst, socklen_t size) function
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dport-sockets.h165 #define inet_ntop(AF,SRC,DST,CNT) \ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c42 * 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");
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h131 #define inet_ntop __inet_ntop macro
147 const char *inet_ntop(int, const void * __restrict, char * __restrict,
/illumos-gate/usr/src/man/man3socket/
H A DMakefile121 inet_ntop.3socket \
218 inet_ntop.3socket := LINKSRC = inet.3socket

Completed in 48 milliseconds