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

/freebsd-current/usr.sbin/rtadvd/
H A Drrenum.c360 u_char ntopbuf[INET6_ADDRSTRLEN]; local
376 inet_ntop(AF_INET6, dst, ntopbuf, sizeof(ntopbuf)));
385 inet_ntop(AF_INET6, from, ntopbuf, sizeof(ntopbuf)));
395 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.c721 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
808 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
809 sizeof(ntopbuf)),
818 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
819 sizeof(ntopbuf)),
827 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
828 sizeof(ntopbuf)),
844 ntopbuf, sizeof(ntopbuf)),
853 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
904 char ntopbuf[INET6_ADDRSTRLEN]; local
1068 char ntopbuf[INET6_ADDRSTRLEN]; local
1235 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
H A Dconfig.c1035 char ntopbuf[INET6_ADDRSTRLEN]; local
1085 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1086 sizeof(ntopbuf))) {
1092 __func__, ntopbuf, pfx->pfx_prefixlen, ifi->ifi_ifname);
1134 char ntopbuf[INET6_ADDRSTRLEN]; local
1151 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1152 sizeof(ntopbuf)), ipr->ipr_plen, ifi->ifi_ifname);
1167 char ntopbuf[INET6_ADDRSTRLEN]; local
1174 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1175 sizeof(ntopbuf)), pf
1189 char ntopbuf[INET6_ADDRSTRLEN]; local
1231 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-current/usr.sbin/rtsold/
H A Drtsol.c164 char answer[1500], ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
241 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
242 sizeof(ntopbuf)),
250 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
251 sizeof(ntopbuf)),
260 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
261 sizeof(ntopbuf)),
269 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
270 sizeof(ntopbuf)),
280 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
[all...]
H A Ddump.c63 char ntopbuf[INET6_ADDRSTRLEN]; local
109 ntopbuf, sizeof(ntopbuf)));
/freebsd-current/usr.sbin/rtadvctl/
H A Drtadvctl.c730 char ntopbuf[INET6_ADDRSTRLEN]; local
735 ntopbuf, sizeof(ntopbuf)),
747 char ntopbuf[INET6_ADDRSTRLEN]; local
753 ntopbuf, sizeof(ntopbuf)), pfx->pfx_prefixlen);
826 char ntopbuf[INET6_ADDRSTRLEN]; local
847 ntopbuf,
848 sizeof(ntopbuf)),
/freebsd-current/sbin/ping/
H A Dping6.c1919 char ntopbuf[INET6_ADDRSTRLEN]; local
1959 if (!inet_ntop(AF_INET6, in6, ntopbuf,
1960 sizeof(ntopbuf)))
1961 strlcpy(ntopbuf, "?", sizeof(ntopbuf));
1962 printf(" [%d]%s\n", i, ntopbuf);

Completed in 87 milliseconds