/src/usr.sbin/rtadvd/ |
config.c | 787 char ntopbuf[INET6_ADDRSTRLEN]; local in function:get_prefix 843 if (!inet_ntop(AF_INET6, &pp->prefix, ntopbuf, 844 sizeof(ntopbuf))) { 850 __func__, ntopbuf, pp->prefixlen, rai->ifname); 886 char ntopbuf[INET6_ADDRSTRLEN]; local in function:delete_prefix 893 ntopbuf, INET6_ADDRSTRLEN), 902 char ntopbuf[INET6_ADDRSTRLEN]; local in function:invalidate_prefix 915 inet_ntop(AF_INET6, &prefix->prefix, ntopbuf, INET6_ADDRSTRLEN), 943 char ntopbuf[INET6_ADDRSTRLEN]; local in function:update_prefix 954 __func__, inet_ntop(AF_INET6, &prefix->prefix, ntopbuf, 973 char ntopbuf[INET6_ADDRSTRLEN]; local in function:add_prefix [all...] |
rtadvd.c | 730 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local in function:rtadvd_input 817 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 827 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 854 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 864 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 874 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf, 898 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local in function:rs_input 907 ntopbuf, INET6_ADDRSTRLEN), 920 ntopbuf, INET6_ADDRSTRLEN) 1038 char ntopbuf[INET6_ADDRSTRLEN], ifnamebuf[IFNAMSIZ]; local in function:ra_input 1202 char ntopbuf[INET6_ADDRSTRLEN], prefixbuf[INET6_ADDRSTRLEN]; local in function:prefix_check [all...] |
/src/usr.sbin/wgconfig/ |
wgconfig.c | 152 char ntopbuf[INET6_ADDRSTRLEN]; local in function:handle_allowed_ips 193 ntopret = inet_ntop(family, addr, ntopbuf, sizeof(ntopbuf)); 196 printf("%s%s/%u", first ? "" : ",", ntopbuf, cidr);
|
/src/sbin/ping6/ |
ping6.c | 1658 char ntopbuf[INET6_ADDRSTRLEN]; local in function:pr_rthdr 1676 if (!inet_ntop(AF_INET6, in6, ntopbuf, 1677 sizeof(ntopbuf))) 1678 strlcpy(ntopbuf, "?", sizeof(ntopbuf)); 1679 printf(" [%d]%s\n", i, ntopbuf);
|