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

/freebsd-10.0-release/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.c731 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
818 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
819 sizeof(ntopbuf)),
828 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
829 sizeof(ntopbuf)),
837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
838 sizeof(ntopbuf)),
854 ntopbuf, sizeof(ntopbuf)),
863 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
916 char ntopbuf[INET6_ADDRSTRLEN]; local
1093 char ntopbuf[INET6_ADDRSTRLEN]; local
1242 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
H A Dconfig.c1016 char ntopbuf[INET6_ADDRSTRLEN]; local
1066 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1067 sizeof(ntopbuf))) {
1073 __func__, ntopbuf, pfx->pfx_prefixlen, ifi->ifi_ifname);
1115 char ntopbuf[INET6_ADDRSTRLEN]; local
1132 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1133 sizeof(ntopbuf)), ipr->ipr_plen, ifi->ifi_ifname);
1148 char ntopbuf[INET6_ADDRSTRLEN]; local
1155 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1156 sizeof(ntopbuf)), pf
1170 char ntopbuf[INET6_ADDRSTRLEN]; local
1212 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-10.0-release/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.0-release/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.0-release/sbin/ping6/
H A Dping6.c1889 char ntopbuf[INET6_ADDRSTRLEN]; local
1929 if (!inet_ntop(AF_INET6, in6, ntopbuf,
1930 sizeof(ntopbuf)))
1931 strlcpy(ntopbuf, "?", sizeof(ntopbuf));
1932 printf(" [%d]%s\n", i, ntopbuf);

Completed in 126 milliseconds