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

/freebsd-11-stable/usr.sbin/rtadvd/
H A Drrenum.c358 u_char ntopbuf[INET6_ADDRSTRLEN]; local
374 inet_ntop(AF_INET6, dst, ntopbuf, sizeof(ntopbuf)));
383 inet_ntop(AF_INET6, from, ntopbuf, sizeof(ntopbuf)));
393 ntopbuf, sizeof(ntopbuf)));
439 u_char ntopbuf[2][INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
444 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[0] ,sizeof(ntopbuf[
[all...]
H A Drtadvd.c722 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
809 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
810 sizeof(ntopbuf)),
819 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
820 sizeof(ntopbuf)),
828 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
829 sizeof(ntopbuf)),
845 ntopbuf, sizeof(ntopbuf)),
854 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
907 char ntopbuf[INET6_ADDRSTRLEN]; local
1080 char ntopbuf[INET6_ADDRSTRLEN]; local
1235 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
H A Dconfig.c1027 char ntopbuf[INET6_ADDRSTRLEN]; local
1077 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1078 sizeof(ntopbuf))) {
1084 __func__, ntopbuf, pfx->pfx_prefixlen, ifi->ifi_ifname);
1126 char ntopbuf[INET6_ADDRSTRLEN]; local
1143 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1144 sizeof(ntopbuf)), ipr->ipr_plen, ifi->ifi_ifname);
1159 char ntopbuf[INET6_ADDRSTRLEN]; local
1166 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1167 sizeof(ntopbuf)), pf
1181 char ntopbuf[INET6_ADDRSTRLEN]; local
1223 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-11-stable/usr.sbin/rtsold/
H A Dprobe.c101 char *buf, ntopbuf[INET6_ADDRSTRLEN]; local
137 inet_ntop(AF_INET6, &p->rtaddr.sin6_addr, ntopbuf,
149 u_char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
183 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-11-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c746 char ntopbuf[INET6_ADDRSTRLEN]; local
751 ntopbuf, sizeof(ntopbuf)),
763 char ntopbuf[INET6_ADDRSTRLEN]; local
769 ntopbuf, sizeof(ntopbuf)), pfx->pfx_prefixlen);
842 char ntopbuf[INET6_ADDRSTRLEN]; local
863 ntopbuf,
864 sizeof(ntopbuf)),
/freebsd-11-stable/sbin/ping6/
H A Dping6.c1863 char ntopbuf[INET6_ADDRSTRLEN]; local
1903 if (!inet_ntop(AF_INET6, in6, ntopbuf,
1904 sizeof(ntopbuf)))
1905 strlcpy(ntopbuf, "?", sizeof(ntopbuf));
1906 printf(" [%d]%s\n", i, ntopbuf);

Completed in 241 milliseconds