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

/freebsd-13-stable/usr.sbin/rtadvd/
H A Drrenum.c361 u_char ntopbuf[INET6_ADDRSTRLEN]; local
377 inet_ntop(AF_INET6, dst, ntopbuf, sizeof(ntopbuf)));
386 inet_ntop(AF_INET6, from, ntopbuf, sizeof(ntopbuf)));
396 ntopbuf, sizeof(ntopbuf)));
442 u_char ntopbuf[2][INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
447 inet_ntop(AF_INET6, &from->sin6_addr, ntopbuf[0] ,sizeof(ntopbuf[
[all...]
H A Drtadvd.c724 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
811 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
812 sizeof(ntopbuf)),
821 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
822 sizeof(ntopbuf)),
830 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
831 sizeof(ntopbuf)),
847 ntopbuf, sizeof(ntopbuf)),
856 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
909 char ntopbuf[INET6_ADDRSTRLEN]; local
1074 char ntopbuf[INET6_ADDRSTRLEN]; local
1242 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
H A Dconfig.c1036 char ntopbuf[INET6_ADDRSTRLEN]; local
1086 if (!inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1087 sizeof(ntopbuf))) {
1093 __func__, ntopbuf, pfx->pfx_prefixlen, ifi->ifi_ifname);
1135 char ntopbuf[INET6_ADDRSTRLEN]; local
1152 inet_ntop(AF_INET6, &ipr->ipr_prefix.sin6_addr, ntopbuf,
1153 sizeof(ntopbuf)), ipr->ipr_plen, ifi->ifi_ifname);
1168 char ntopbuf[INET6_ADDRSTRLEN]; local
1175 inet_ntop(AF_INET6, &pfx->pfx_prefix, ntopbuf,
1176 sizeof(ntopbuf)), pf
1190 char ntopbuf[INET6_ADDRSTRLEN]; local
1232 char ntopbuf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsol.c165 char answer[1500], ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local
242 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
243 sizeof(ntopbuf)),
251 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
252 sizeof(ntopbuf)),
261 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
262 sizeof(ntopbuf)),
270 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
271 sizeof(ntopbuf)),
281 inet_ntop(AF_INET6, &from.sin6_addr, ntopbuf,
[all...]
H A Ddump.c65 char ntopbuf[INET6_ADDRSTRLEN]; local
111 ntopbuf, sizeof(ntopbuf)));
/freebsd-13-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c732 char ntopbuf[INET6_ADDRSTRLEN]; local
737 ntopbuf, sizeof(ntopbuf)),
749 char ntopbuf[INET6_ADDRSTRLEN]; local
755 ntopbuf, sizeof(ntopbuf)), pfx->pfx_prefixlen);
828 char ntopbuf[INET6_ADDRSTRLEN]; local
849 ntopbuf,
850 sizeof(ntopbuf)),
/freebsd-13-stable/sbin/ping/
H A Dping6.c1974 char ntopbuf[INET6_ADDRSTRLEN]; local
2014 if (!inet_ntop(AF_INET6, in6, ntopbuf,
2015 sizeof(ntopbuf)))
2016 strlcpy(ntopbuf, "?", sizeof(ntopbuf));
2017 printf(" [%d]%s\n", i, ntopbuf);

Completed in 133 milliseconds