Is there any way to find ipv6 address index value from corresponding ipv6 subnet. i.e., I have one ipv6 subnet and list of IPs(take may 1000000 IPs). If I give one ipv6 address then code should return position from subnet IPs(like 10th in subnet or n'th IP)
How to achieve this in C#.NET? is there any possibilities or algorithm to find this ?
How to achieve this in C#.NET? is there any possibilities or algorithm to find this ?