/src/usr.sbin/mld6query/ |
mld6.c | 255 char ntop_buf[256]; local in function:dump 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 in typeref:typename:char[][] 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/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 124 char ntop_buf[NTOP_BUFS][INET6_ADDRSTRLEN]; variable in typeref:typename:char[][] 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/route/ |
route.c | 1717 char ntop_buf[NI_MAXHOST]; local in function:sodump 1739 ntop_buf, sizeof(ntop_buf)));
|
/src/sbin/ping6/ |
ping6.c | 1803 char ntop_buf[INET6_ADDRSTRLEN]; local in function:pr_nodeaddr 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 in function:pr_icmph 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 in function:pr_iph [all...] |