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

  /onnv/onnv-gate/usr/src/lib/libbc/libc/inet/
inet_ntoa.c 38 inet_ntoa(in) function
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/inet/
inet_ntoa.c 35 static const char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93";
36 static const char rcsid[] = "$Id: inet_ntoa.c,v 1.2 2005/04/27 04:56:21 sra Exp $";
56 inet_ntoa(struct in_addr in) { function
59 strcpy(ret, "[inet_ntoa error]");
  /onnv/onnv-gate/usr/src/cmd/ssh/libopenbsd-compat/common/
inet_ntoa.c 39 static char rcsid[] = "$OpenBSD: inet_ntoa.c,v 1.3 2002/06/27 10:14:01 itojun Exp $";
50 #include "inet_ntoa.h"
52 char *inet_ntoa(struct in_addr in) function
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/
config.t 12 undef *{Socket::inet_ntoa};
25 *{ $pkg . '::inet_ntoa' } = \&inet_ntoa;
42 sub inet_ntoa { subroutine
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
inet_ntoa.c 139 inet_ntoa(in) function
  /onnv/onnv-gate/usr/src/stand/lib/inet/
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));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
XSUB.h 377 # undef inet_ntoa macro
509 # define inet_ntoa PerlSock_inet_ntoa macro
  /onnv/onnv-gate/usr/src/uts/common/fs/nfs/
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));
1362 inet_ntoa(struct in_addr in) function
    [all...]

Completed in 180 milliseconds