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

/freebsd-current/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c67 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable
362 ntop_buf[n][0] = '\0';
367 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
368 sizeof ntop_buf[0]));
374 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
375 sizeof ntop_buf[0]));
/freebsd-current/usr.sbin/mld6query/
H A Dmld6.c296 char ntop_buf[256]; local
311 ntop_buf, sizeof(ntop_buf)));
325 ntop_buf, sizeof(ntop_buf)));
/freebsd-current/sbin/ping/
H A Dping6.c2087 char ntop_buf[INET6_ADDRSTRLEN]; local
2128 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
2130 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2131 printf(" %s", ntop_buf);
2270 char ntop_buf[INET6_ADDRSTRLEN]; local
2376 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2377 sizeof(ntop_buf)))
2378 strlcpy(ntop_buf, "
2503 char ntop_buf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-current/contrib/tcpdump/
H A Dprint-domain.c802 char ntop_buf[INET6_ADDRSTRLEN]; local
807 addrtostr6(cp, ntop_buf, sizeof(ntop_buf)));
816 char ntop_buf[INET6_ADDRSTRLEN]; local
829 addrtostr6(&a, ntop_buf, sizeof(ntop_buf)));
H A Daddrtoname.c347 char ntop_buf[INET6_ADDRSTRLEN]; local
386 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf));
/freebsd-current/contrib/pf/ftp-proxy/
H A Dftp-proxy.c121 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable
1112 ntop_buf[n][0] = '\0';
1117 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
1118 sizeof ntop_buf[0]));
1124 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
1125 sizeof ntop_buf[0]));
/freebsd-current/usr.bin/netstat/
H A Dinet6.c67 static char ntop_buf[INET6_ADDRSTRLEN]; variable
1355 inet_ntop(AF_INET6, (void *)&sin6.sin6_addr, ntop_buf,
1356 sizeof(ntop_buf)));

Completed in 187 milliseconds