IPv4Block

struct IPv4Block {
uint startingAddress;
uint netmask;
uint currentAddress;
int remaining;
}

Meta