Searched defs:inet_ntoa (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libbc/libc/inet/ |
H A D | inet_ntoa.c | 38 inet_ntoa(in) function
|
/illumos-gate/usr/src/boot/lib/libstand/ |
H A D | inet_ntoa.c | 34 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 D | net.c | 213 inet_ntoa(struct in_addr ia) function 218 /* Similar to inet_ntoa() */
|
/illumos-gate/usr/src/lib/libnsl/rpc/ |
H A D | inet_ntoa.c | 139 inet_ntoa(in) function
|
/illumos-gate/usr/src/man/man3xnet/ |
H A D | Makefile | 73 inet_ntoa.3xnet \ 110 inet_ntoa.3xnet := LINKSRC = inet_addr.3xnet
|
/illumos-gate/usr/src/boot/include/arpa/ |
H A D | inet.h | 128 #define inet_ntoa __inet_ntoa macro 146 /*const*/ char *inet_ntoa(struct in_addr);
|
/illumos-gate/usr/src/stand/lib/inet/ |
H A D | ipv4.c | 567 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 D | Makefile | 120 inet_ntoa.3socket \ 217 inet_ntoa.3socket := LINKSRC = inet.3socket
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 232 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 69 milliseconds