IPv4Union

IP v4 address as bytes and a uint

union IPv4Union {}

Members

Variables

b
ubyte[4] b;

the bytes

i
uint i;

the uint

Meta