Searched refs:inet_ntoa (Results 1 - 25 of 209) sorted by relevance

123456789

/macosx-10.9.5/Libc-997.90.3/net/FreeBSD/
H A Dinet_ntoa.c31 static const char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93";
32 static const char rcsid[] = "$Id: inet_ntoa.c,v 1.1.352.1 2005/04/27 05:00:54 sra Exp $";
35 __FBSDID("$FreeBSD: src/lib/libc/inet/inet_ntoa.c,v 1.6 2007/06/14 07:13:28 delphij Exp $");
54 inet_ntoa(struct in_addr in) { function
57 strcpy(ret, "[inet_ntoa error]");
76 #undef inet_ntoa macro
77 __weak_reference(__inet_ntoa, inet_ntoa);
H A Daddr2ascii.c85 strcpy(buf, inet_ntoa(*(const struct in_addr *)addrp));
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Dtestsock.pl48 inet_ntoa($addr), $port);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/virtual-time/
H A Dtestsock.pl47 inet_ntoa($addr), $port);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/lib/
H A Dgetnameinfo.c85 if (strlen(inet_ntoa(sin->sin_addr)) >= hostlen)
88 strcpy(host, inet_ntoa(sin->sin_addr));
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/include/
H A Dsasl_mac_krb_locl.h29 #define inet_ntoa yyy_inet_netoa macro
30 char *inet_ntoa(unsigned long);
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dgetnameinfo.c83 if (strlen(inet_ntoa(sin->sin_addr)) >= hostlen)
86 strcpy(host, inet_ntoa(sin->sin_addr));
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dinet_ntoa.c1 /* $OpenBSD: inet_ntoa.c,v 1.6 2005/08/06 20:30:03 espie Exp $ */
31 /* OPENBSD ORIGINAL: lib/libc/net/inet_ntoa.c */
47 inet_ntoa(struct in_addr in) function
/macosx-10.9.5/Libc-997.90.3/include/arpa/
H A Dinet.h76 char *inet_ntoa(struct in_addr);
/macosx-10.9.5/libpcap-42/libpcap/tests/
H A Dfindalldevstest.c75 inet_ntoa(((struct sockaddr_in *)(a->addr))->sin_addr));
78 inet_ntoa(((struct sockaddr_in *)(a->netmask))->sin_addr));
81 inet_ntoa(((struct sockaddr_in *)(a->broadaddr))->sin_addr));
84 inet_ntoa(((struct sockaddr_in *)(a->dstaddr))->sin_addr));
/macosx-10.9.5/postfix-252/postfix/auxiliary/name-addr-test/
H A Dgethostbyname.c37 printf("%s ", inet_ntoa(*(struct in_addr *) * hp->h_addr_list++));
H A Dgethostbyaddr.c40 printf("%s ", inet_ntoa(*(struct in_addr *) * hp->h_addr_list++));
/macosx-10.9.5/xnu-2422.115.4/libkern/net/
H A Dinet_ntoa.c35 inet_ntoa(struct in_addr ina) function
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/krb4_sources/
H A Dlsb_addr_comp.c95 inet_ntoa(src->sin_addr.s_addr), ntohs(src->sin_port));
97 inet_ntoa(dst->sin_addr.s_addr), ntohs(dst->sin_port));
124 krb_warning("lsb_time: fw = %s\n", inet_ntoa(fw_addr));
/macosx-10.9.5/bootp-268.1/bootplib/
H A Ddhcplib.c79 STRING_APPEND(str, "ciaddr = %s\n", inet_ntoa(dp->dp_ciaddr));
80 STRING_APPEND(str, "yiaddr = %s\n", inet_ntoa(dp->dp_yiaddr));
81 STRING_APPEND(str, "siaddr = %s\n", inet_ntoa(dp->dp_siaddr));
82 STRING_APPEND(str, "giaddr = %s\n", inet_ntoa(dp->dp_giaddr));
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dip.d57 inet_ntoa((uint32_t *)&P->inp_dependladdr.inp46_local.ia46_addr4.s_addr)) : "<null>";
60 inet_ntoa((uint32_t *)&P->inp_dependfaddr.inp46_foreign.ia46_addr4.s_addr)) : "<null>";
82 ip_saddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_src.s_addr) : "<null>";
83 ip_daddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_dst.s_addr) : "<null>";
108 inet_ntoa((uint32_t *)&(((struct ip *)i)->ip_src.s_addr)) :
112 inet_ntoa((uint32_t *)&((struct ip*)i)->ip_dst.s_addr) : ((((*(uint8_t *)i) >> 4) == 6) ?
181 ipv4_saddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_src.s_addr) : "<null>";
182 ipv4_daddr = (ip != NULL) ? inet_ntoa((uint32_t *)&ip->ip_dst.s_addr) : "<null>";
/macosx-10.9.5/bind9-45.100/bind9/contrib/query-loc-0.4.0/
H A Dloc.c119 printf ("Trying address %s\n", inet_ntoa (p->addr));
167 strcpy (text_addr, inet_ntoa (addr));
168 strcpy (text_mask, inet_ntoa (themask));
195 return getlocbynet (in_addr_arpa (inet_ntoa (netaddr)), addr, &themask);
200 return getlocbynet (in_addr_arpa (inet_ntoa (netaddr)), addr, mask);
223 printf ("Testing network %s with mask %s\n", name, inet_ntoa(*mask));
246 in_addr_arpa(inet_ntoa(inet_makeaddr(a, 0))),
465 strcat (result, inet_ntoa (addr));
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dreadmsg.c97 netfrom == NULL ? "ANYNET" : inet_ntoa(netfrom->net));
225 inet_ntoa(from.sin_addr));
242 "in packet from %s", inet_ntoa(from.sin_addr));
463 msg->tsp_type, inet_ntoa(addr->sin_addr));
475 inet_ntoa(addr->sin_addr),
490 inet_ntoa(addr->sin_addr),
501 inet_ntoa(addr->sin_addr),
510 inet_ntoa(addr->sin_addr),
H A Dglobals.h165 __FILE__, __LINE__, inet_ntoa(addr)); \
168 inet_ntoa(addr), st_errno); \
/macosx-10.9.5/remote_cmds-41.90.1/ypserv.tproj/
H A Dypserv_proc.c110 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port), TORF(ok));
140 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port),
171 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port), TORF(ok),
201 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port),
237 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port),
274 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port),
315 inet_ntoa(caller->sin_addr), ntohs(caller->sin_port), TORF(ok),
317 YPLOG(" ipadd=%s, port=%d, map=%s", inet_ntoa(caller->sin_addr),
330 ipadd = inet_ntoa(caller->sin_addr);
359 inet_ntoa(calle
[all...]
/macosx-10.9.5/bind9-45.100/bind9/contrib/queryperf/
H A Dconfigure.in59 AC_CHECK_LIB(nsl, inet_ntoa)
/macosx-10.9.5/apache-786.1/httpd/support/
H A Dlogresolve.c183 name = strdup(inet_ntoa(ipnum));
206 inet_ntoa(ipnum));
209 name = strdup(inet_ntoa(ipnum));
270 ipstring = inet_ntoa(current->ipnum);
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Didentd.perl545 $peer_addr = inet_ntoa($iaddr);
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A Ddhcpd.c159 inet_ntoa(iaddr));
371 inet_ntoa(ip), DEFAULT_PENDING_SECS - pending_secs);
424 (ni_name) inet_ntoa(iaddr));
721 idstr, inet_ntoa(iaddr));
869 printf("client selected %s\n", inet_ntoa(*server_id));
881 inet_ntoa(*server_id));
921 idstr, inet_ntoa(*req_ip), IP_LIST(&iaddr));
976 idstr, inet_ntoa(*req_ip));
1030 IP_FORMAT, inet_ntoa(rq->dp_ciaddr),
1066 inet_ntoa(iadd
[all...]
/macosx-10.9.5/network_cmds-433/alias/
H A Dalias_nbt.c267 printf("%s:%d-->", inet_ntoa(ndh->source_ip), ntohs(ndh->source_port) );
286 printf("%s:%d\n", inet_ntoa(ndh->source_ip), ntohs(ndh->source_port) );
376 printf(" NB rec[%s", inet_ntoa(nbtarg->oldaddr));
377 printf("->%s, %d bytes] ",inet_ntoa(nbtarg->newaddr ), bcount);
385 printf("<%s>", inet_ntoa(nb->addr) );
446 printf("Arec [%s", inet_ntoa(nbtarg->oldaddr));
447 printf("->%s]",inet_ntoa(nbtarg->newaddr ));
453 printf("..%s", inet_ntoa(a->addr) );

Completed in 220 milliseconds

123456789