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

123456789

/freebsd-11-stable/stand/libsa/
H A Dinet_ntoa.c31 __FBSDID("$FreeBSD: stable/11/stand/libsa/inet_ntoa.c 329132 2018-02-11 19:51:29Z kevans $");
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);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.inet_ntoabadaddr.d37 printf("%s\n", inet_ntoa(ip4a));
H A Dtst.inet_ntoa.d52 printf("%s\n", inet_ntoa(ip4a));
53 printf("%s\n", inet_ntoa(ip4b));
54 printf("%s\n", inet_ntoa(ip4c));
55 printf("%s\n", inet_ntoa(ip4d));
/freebsd-11-stable/lib/libc/inet/
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.2 2005/04/27 04:56:21 sra Exp $";
54 inet_ntoa(struct in_addr in) { function
57 strcpy(ret, "[inet_ntoa error]");
74 #undef inet_ntoa macro
75 __weak_reference(__inet_ntoa, inet_ntoa);
H A DMakefile.inc8 inet_netof.c inet_network.c inet_ntoa.c inet_ntop.c \
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintactiveaddr.c26 PRINTF(fmt, inet_ntoa(addr->in4));
H A Dprinthost.c32 PRINTF("%s", inet_ntoa(ipa));
H A Dprintmask.c26 PRINTF("/%s", inet_ntoa(ipa));
H A Dremove_hashnode.c45 printf("\t%s - ", inet_ntoa(ipe.ipe_addr.in4));
46 printf("%s\n", inet_ntoa(ipe.ipe_mask.in4));
H A Dprinthostmask.c34 PRINTF("%s", inet_ntoa(ipa));
H A Dprint_toif.c38 PRINTF(":%s", inet_ntoa(fdp->fd_ip));
H A Dprintip.c26 PRINTF("%s", inet_ntoa(ipa));
H A Dload_poolnode.c63 inet_ntoa(pn.ipn_addr.adf_addr.in4));
64 strcat(msg, inet_ntoa(pn.ipn_mask.adf_addr.in4));
/freebsd-11-stable/tools/regression/netinet/msocket/
H A Dmsocket.c161 "%s not %s", socktype, optstring, inet_ntoa(ia),
162 inet_ntoa(defaultv));
187 "%s not %s", socktype, optstring, inet_ntoa(ia),
188 inet_ntoa(modifiedv));
251 strlcpy(buf, inet_ntoa(imr.imr_multiaddr), 128);
253 "%s, %s)", socktype, buf, inet_ntoa(imr.imr_interface));
256 strlcpy(buf, inet_ntoa(imr.imr_multiaddr), 128);
259 inet_ntoa(imr.imr_interface));
266 strlcpy(buf, inet_ntoa(imr.imr_multiaddr), 128);
269 inet_ntoa(im
[all...]
/freebsd-11-stable/libexec/bootpd/
H A Dtrylook.c15 extern char *inet_ntoa();
41 a = inet_ntoa(in);
/freebsd-11-stable/crypto/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
/freebsd-11-stable/sys/libkern/
H A Dinet_ntoa.c39 inet_ntoa(struct in_addr ina) function
/freebsd-11-stable/contrib/ipfilter/samples/
H A Duserauth.c35 printf("%s ", inet_ntoa(fi->fi_src));
38 printf("-> %s ", inet_ntoa(fi->fi_dst));
/freebsd-11-stable/contrib/smbfs/smbutil/
H A Dlookup.c99 printf("Got response from %s\n", inet_ntoa(ctx->nb_lastns.sin_addr));
100 printf("IP address of %s: %s\n", hostname, inet_ntoa(((struct sockaddr_in*)sap)->sin_addr));
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/inet/
H A Dt_inet_addr.c64 ian = inet_ntoa(ia);
95 ian = inet_ntoa(ia);
/freebsd-11-stable/stand/common/
H A Ddev_net.c176 setenv("boot.netif.ip", inet_ntoa(myip), 1);
178 setenv("boot.netif.gateway", inet_ntoa(gateip), 1);
179 setenv("boot.netif.server", inet_ntoa(rootip), 1);
181 setenv("boot.tftproot.server", inet_ntoa(rootip), 1);
184 setenv("boot.nfsroot.server", inet_ntoa(rootip), 1);
287 printf("net_open: client addr: %s\n", inet_ntoa(myip));
318 printf("net_open: net gateway: %s\n", inet_ntoa(gateip));
332 printf("net_open: server addr: %s\n", inet_ntoa(rootip));
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dip_addr.c21 os_strlcpy(buf, inet_ntoa(addr->u.v4), buflen);
/freebsd-11-stable/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c35 extern char *inet_ntoa();
48 printf("%s answered:\n", he ? he->h_name : inet_ntoa(raddr->sin_addr));
62 printf("%s answered:\n", he ? he->h_name : inet_ntoa(raddr->sin_addr));
197 inet_ntoa(*(struct in_addr *)&res->server_address.bp_address_u.ip_addr),
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dudp.d61 inet_ntoa(&p->inp_inc.inc_ie.ie_dependladdr.ie46_local.ia46_addr4.s_addr) :
65 inet_ntoa(&p->inp_inc.inc_ie.ie_dependfaddr.ie46_foreign.ia46_addr4.s_addr) :
/freebsd-11-stable/include/arpa/
H A Dinet.h128 #define inet_ntoa __inet_ntoa macro
146 /*const*/ char *inet_ntoa(struct in_addr);

Completed in 125 milliseconds

123456789