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

/freebsd-10.3-release/contrib/libpcap/tests/
H A Dfindalldevstest.c60 char ntop_buf[INET6_ADDRSTRLEN]; local
93 ntop_buf, sizeof ntop_buf));
98 ntop_buf, sizeof ntop_buf));
103 ntop_buf, sizeof ntop_buf));
108 ntop_buf, sizeof ntop_buf));
/freebsd-10.3-release/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-10.3-release/usr.sbin/mld6query/
H A Dmld6.c302 char ntop_buf[256]; local
317 ntop_buf, sizeof(ntop_buf)));
331 ntop_buf, sizeof(ntop_buf)));
/freebsd-10.3-release/sbin/ping6/
H A Dping6.c2036 char ntop_buf[INET6_ADDRSTRLEN]; local
2075 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
2077 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2078 printf(" %s", ntop_buf);
2278 char ntop_buf[INET6_ADDRSTRLEN]; local
2384 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2385 sizeof(ntop_buf)))
2386 strlcpy(ntop_buf, "
2510 char ntop_buf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-10.3-release/usr.sbin/trpt/
H A Dtrpt.c313 char ntop_buf[INET6_ADDRSTRLEN]; local
349 ? inet_ntop(AF_INET6, &ip6->ip6_src, ntop_buf,
350 sizeof(ntop_buf)) :
357 ? inet_ntop(AF_INET6, &ip6->ip6_dst, ntop_buf,
358 sizeof(ntop_buf)) :
/freebsd-10.3-release/contrib/tcpdump/
H A Dprint-domain.c491 char ntop_buf[INET6_ADDRSTRLEN]; local
497 inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)));
506 char ntop_buf[INET6_ADDRSTRLEN]; local
521 inet_ntop(AF_INET6, &a, ntop_buf, sizeof(ntop_buf)));
H A Daddrtoname.c281 char ntop_buf[INET6_ADDRSTRLEN]; local
310 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
/freebsd-10.3-release/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-10.3-release/usr.bin/netstat/
H A Dinet6.c76 static char ntop_buf[INET6_ADDRSTRLEN]; variable
1114 inet_ntop(AF_INET6, (void *)&sin6.sin6_addr, ntop_buf,
1115 sizeof(ntop_buf)));
H A Dsctp.c153 static char ntop_buf[INET6_ADDRSTRLEN]; variable
188 inet_ntop(AF_INET6, (void *)in6p, ntop_buf,
189 sizeof(ntop_buf)));

Completed in 161 milliseconds