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

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
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));
/netbsd-6-1-5-RELEASE/usr.sbin/mld6query/
H A Dmld6.c255 char ntop_buf[256]; local
270 ntop_buf, sizeof(ntop_buf)));
284 ntop_buf, sizeof(ntop_buf)));
/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c1888 char ntop_buf[INET6_ADDRSTRLEN]; local
1927 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) ==
1929 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
1930 printf(" %s", ntop_buf);
2135 char ntop_buf[INET6_ADDRSTRLEN]; local
2241 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf,
2242 sizeof(ntop_buf)))
2243 strlcpy(ntop_buf, "
2367 char ntop_buf[INET6_ADDRSTRLEN]; local
[all...]
/netbsd-6-1-5-RELEASE/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c78 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable
389 ntop_buf[n][0] = '\0';
394 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
395 sizeof ntop_buf[0]));
401 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
402 sizeof ntop_buf[0]));
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-domain.c494 char ntop_buf[INET6_ADDRSTRLEN]; local
500 inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf)));
509 char ntop_buf[INET6_ADDRSTRLEN]; local
524 inet_ntop(AF_INET6, &a, ntop_buf, sizeof(ntop_buf)));
H A Daddrtoname.c284 char ntop_buf[INET6_ADDRSTRLEN]; local
313 cp = inet_ntop(AF_INET6, &addr, ntop_buf, sizeof(ntop_buf));
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dftp-proxy.c124 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable
1144 ntop_buf[n][0] = '\0';
1149 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n],
1150 sizeof ntop_buf[0]));
1156 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n],
1157 sizeof ntop_buf[0]));
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp.c2775 static char ntop_buf[NI_MAXHOST];
2784 ntop_buf, sizeof(ntop_buf), NULL, 0,
2786 strlcpy(ntop_buf, "?", sizeof(ntop_buf));
2788 return ntop_buf;
2801 static char ntop_buf[NI_MAXHOST];
2808 ntop_buf, sizeof(ntop_buf), NULL, 0,
2810 strlcpy(ntop_buf, "
2774 static char ntop_buf[NI_MAXHOST]; local
2800 static char ntop_buf[NI_MAXHOST]; local
[all...]
/netbsd-6-1-5-RELEASE/sbin/route/
H A Droute.c2122 char ntop_buf[NI_MAXHOST]; local
2144 ntop_buf, sizeof(ntop_buf)));

Completed in 445 milliseconds