c++ - finding all IPv6 hosts in interface -
i'm trying analyze network defined interface name see how many ipv4 devices , how many ipv6 devices in. ipv4 hosts find network , broadcast address , iterate trough them find hosts , i'm wondering how find ipv6 hosts since there ipv6 host without ipv4 address assigned itself.
so thoughts are.. want iplement ping6
command ping broadcast , listen answer ipv6 hosts.
don't have advices or experiences approach?
or there better solution?
Comments
Post a Comment