Searched defs:inet_ntoa (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/inet/
H A Dinet_ntoa.c38 inet_ntoa(in) function
/illumos-gate/usr/src/boot/lib/libstand/
H A Dinet_ntoa.c34 static char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93";
48 inet_ntoa(in) function
63 #undef inet_ntoa macro
64 __weak_reference(__inet_ntoa, inet_ntoa);
H A Dnet.c213 inet_ntoa(struct in_addr ia) function
218 /* Similar to inet_ntoa() */
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dinet_ntoa.c139 inet_ntoa(in) function
/illumos-gate/usr/src/man/man3xnet/
H A DMakefile73 inet_ntoa.3xnet \
110 inet_ntoa.3xnet := LINKSRC = inet_addr.3xnet
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h128 #define inet_ntoa __inet_ntoa macro
146 /*const*/ char *inet_ntoa(struct in_addr);
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4.c567 inet_ntoa(struct in_addr ip) function
748 "(to %s)\n", index, inet_ntoa(ipdst));
760 index, inet_ntoa(ipdst));
824 "(from %s)\n", index, inet_ntoa(ipsrc));
838 inet_ntoa(ipsrc));
1042 index, inet_ntoa(iphp->ip_dst));
1092 sock_id, inet_ntoa(iph->ip_dst));
/illumos-gate/usr/src/man/man3socket/
H A DMakefile120 inet_ntoa.3socket \
217 inet_ntoa.3socket := LINKSRC = inet.3socket
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_dlinet.c232 static char *inet_ntoa(struct in_addr);
1057 inet_ntoa(subnet));
1072 inet_ntoa(myIPaddr));
1088 inet_ntoa(braddr));
1147 inet_ntoa(defr));
1152 inet_ntoa(defr));
1194 inet_ntoa(*(struct in_addr *)server_ip));
1236 inet_ntoa(*(struct in_addr *)server_ip));
1310 printf("dlifconfig: addr %s\n", inet_ntoa(*myIPaddr));
1311 printf("dlifconfig: mask %s\n", inet_ntoa(*mymas
1362 inet_ntoa(struct in_addr in) function
[all...]

Completed in 124 milliseconds