Searched refs:ntopbuf (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.sbin/rtadvd/
H A Drrenum.c359 u_char ntopbuf[INET6_ADDRSTRLEN]; local
375 inet_ntop(AF_INET6, dst, ntopbuf, sizeof(ntopbuf)));
384 inet_ntop(AF_INET6, from, ntopbuf, sizeof(ntopbuf)));
394 ntopbuf, sizeof(ntopbuf)));
440 u_char ntopbuf[2][INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
445 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[0] ,sizeof(ntopbuf[
[all...]
H A Drtadvd.c723 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
810 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
811 sizeof(ntopbuf)),
820 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
821 sizeof(ntopbuf)),
829 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
830 sizeof(ntopbuf)),
846 ntopbuf, sizeof(ntopbuf)),
855 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
908 char ntopbuf[INET6_ADDRSTRLEN]; local
1081 char ntopbuf[INET6_ADDRSTRLEN]; local
1236 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
H A Dconfig.c1017 char ntopbuf[INET6_ADDRSTRLEN]; local
1067 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1068 sizeof(ntopbuf))) {
1074 __func__, ntopbuf, pfx->pfx_prefixlen, ifi->ifi_ifname);
1116 char ntopbuf[INET6_ADDRSTRLEN]; local
1133 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1134 sizeof(ntopbuf)), ipr->ipr_plen, ifi->ifi_ifname);
1149 char ntopbuf[INET6_ADDRSTRLEN]; local
1156 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1157 sizeof(ntopbuf)), pf
1171 char ntopbuf[INET6_ADDRSTRLEN]; local
1213 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-10-stable/usr.sbin/rtsold/
H A Dprobe.c108 char *buf, ntopbuf[INET6_ADDRSTRLEN]; local
144 inet_ntop(AF_INET6, &p->rtaddr.sin6_addr, ntopbuf,
156 u_char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
190 inet_ntop(AF_INET6, addr, ntopbuf, INET6_ADDRSTRLEN),
H A Drtsol.c240 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
313 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
314 sizeof(ntopbuf)),
322 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
323 sizeof(ntopbuf)),
332 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
333 sizeof(ntopbuf)),
341 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
342 sizeof(ntopbuf)),
352 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
[all...]
H A Ddump.c63 char ntopbuf[INET6_ADDRSTRLEN]; local
101 ntopbuf, sizeof(ntopbuf)));
/freebsd-10-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c745 char ntopbuf[INET6_ADDRSTRLEN]; local
750 ntopbuf, sizeof(ntopbuf)),
762 char ntopbuf[INET6_ADDRSTRLEN]; local
768 ntopbuf, sizeof(ntopbuf)), pfx->pfx_prefixlen);
841 char ntopbuf[INET6_ADDRSTRLEN]; local
862 ntopbuf,
863 sizeof(ntopbuf)),
/freebsd-10-stable/sbin/ping6/
H A Dping6.c1858 char ntopbuf[INET6_ADDRSTRLEN]; local
1898 if (!inet_ntop(AF_INET6, in6, ntopbuf,
1899 sizeof(ntopbuf)))
1900 strlcpy(ntopbuf, "?", sizeof(ntopbuf));
1901 printf(" [%d]%s\n", i, ntopbuf);

Completed in 132 milliseconds