Variable IPv6.bytes

Address as array of bytes

struct IPv6
{
  // ...
  ubyte[16] bytes ;
  // ...
}