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

/freebsd-10.1-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.1-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.1-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.1-release/sbin/ping6/
H A Dping6.c2067 char ntop_buf[INET6_ADDRSTRLEN]; local
2106 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
2108 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2109 printf(" %s", ntop_buf);
2319 char ntop_buf[INET6_ADDRSTRLEN]; local
2425 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2426 sizeof(ntop_buf)))
2427 strlcpy(ntop_buf, "
2551 char ntop_buf[INET6_ADDRSTRLEN]; local
[all...]
/freebsd-10.1-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.1-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.1-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.1-release/usr.bin/netstat/
H A Dinet6.c77 static char ntop_buf[INET6_ADDRSTRLEN]; variable
1159 inet_ntop(AF_INET6, (void *)&sin6.sin6_addr, ntop_buf,
1160 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)));
/freebsd-10.1-release/usr.sbin/ndp/
H A Dndp.c130 char ntop_buf[INET6_ADDRSTRLEN]; /* inet_ntop() */ variable

Completed in 233 milliseconds