Variable IPv4.bytes

Address as array of bytes

struct IPv4
{
  // ...
  ubyte[4] bytes ;
  // ...
}