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

/freebsd-11-stable/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-11-stable/usr.sbin/mld6query/
H A Dmld6.c301 char ntop_buf[256]; local
316 ntop_buf, sizeof(ntop_buf)));
330 ntop_buf, sizeof(ntop_buf)));
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2041 char ntop_buf[INET6_ADDRSTRLEN]; local
2080 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
2082 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2083 printf(" %s", ntop_buf);
2283 char ntop_buf[INET6_ADDRSTRLEN]; local
2389 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2390 sizeof(ntop_buf)))
2391 strlcpy(ntop_buf, "
2515 char ntop_buf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-11-stable/usr.sbin/trpt/
H A Dtrpt.c315 char ntop_buf[INET6_ADDRSTRLEN]; local
351 ? inet_ntop(AF_INET6, &ip6->ip6_src, ntop_buf,
352 sizeof(ntop_buf)) :
359 ? inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf,
360 sizeof(ntop_buf)) :
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-domain.c489 char ntop_buf[INET6_ADDRSTRLEN]; local
494 addrtostr6(cp, ntop_buf, sizeof(ntop_buf))));
503 char ntop_buf[INET6_ADDRSTRLEN]; local
518 addrtostr6(&a, ntop_buf, sizeof(ntop_buf))));
H A Daddrtoname.c309 char ntop_buf[INET6_ADDRSTRLEN]; local
348 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf));
/freebsd-11-stable/contrib/pf/ftp-proxy/
H A Dftp-proxy.c124 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable
1115 ntop_buf[n][0] = '\0';
1120 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
1121 sizeof ntop_buf[0]));
1127 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
1128 sizeof ntop_buf[0]));
/freebsd-11-stable/usr.bin/netstat/
H A Dinet6.c73 static char ntop_buf[INET6_ADDRSTRLEN]; variable
1347 inet_ntop(AF_INET6, (void *)&sin6.sin6_addr, ntop_buf,
1348 sizeof(ntop_buf)));

Completed in 134 milliseconds