| /src/usr.sbin/mld6query/ |
| mld6.c | 255 char ntop_buf[256]; local 270 ntop_buf, sizeof(ntop_buf))); 284 ntop_buf, sizeof(ntop_buf)));
|
| /src/dist/pf/libexec/tftp-proxy/ |
| tftp-proxy.c | 78 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]));
|
| /src/external/bsd/tcpdump/dist/ |
| print-domain.c | 805 char ntop_buf[INET6_ADDRSTRLEN]; local 810 addrtostr6(cp, ntop_buf, sizeof(ntop_buf))); 819 char ntop_buf[INET6_ADDRSTRLEN]; local 832 addrtostr6(&a, ntop_buf, sizeof(ntop_buf)));
|
| addrtoname.c | 349 char ntop_buf[INET6_ADDRSTRLEN]; local 388 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf));
|
| /src/dist/pf/usr.sbin/ftp-proxy/ |
| ftp-proxy.c | 124 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable 1143 ntop_buf[n][0] = '\0'; 1148 return (inet_ntop(AF_INET, &sin->sin_addr, ntop_buf[n], 1149 sizeof ntop_buf[0])); 1155 return (inet_ntop(AF_INET6, &sin6->sin6_addr, ntop_buf[n], 1156 sizeof ntop_buf[0]));
|
| /src/sbin/ping6/ |
| ping6.c | 1803 char ntop_buf[INET6_ADDRSTRLEN]; local 1842 if (inet_ntop(AF_INET6, cp, ntop_buf, sizeof(ntop_buf)) == 1844 strlcpy(ntop_buf, "?", sizeof(ntop_buf)); 1845 printf(" %s", ntop_buf); 2049 char ntop_buf[INET6_ADDRSTRLEN]; local 2158 if (!inet_ntop(AF_INET6, &red->nd_rd_dst, ntop_buf, 2159 sizeof(ntop_buf))) 2160 strlcpy(ntop_buf, "?", sizeof(ntop_buf)) 2284 char ntop_buf[INET6_ADDRSTRLEN]; local [all...] |
| /src/sbin/route/ |
| route.c | 1717 char ntop_buf[NI_MAXHOST]; local 1739 ntop_buf, sizeof(ntop_buf)));
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp.c | 2702 static char ntop_buf[NI_MAXHOST]; 2711 ntop_buf, sizeof(ntop_buf), NULL, 0, 2713 strlcpy(ntop_buf, "?", sizeof(ntop_buf)); 2715 return ntop_buf; 2728 static char ntop_buf[NI_MAXHOST]; 2735 ntop_buf, sizeof(ntop_buf), NULL, 0, 2737 strlcpy(ntop_buf, "?", sizeof(ntop_buf)) 2701 static char ntop_buf[NI_MAXHOST]; local 2727 static char ntop_buf[NI_MAXHOST]; local [all...] |