venkatam
03-13-2008, 12:00 AM
How to store and display an 'ipv6 address'. For declaring I'm using the following structure format.
struct in6_addr
{
unsigned char s6_addr[16];
};
struct in6_addr
{
unsigned char s6_addr[16];
};
View Full Version : ipv6 addressing