Represents a IPv4 prefix e.g. More...
Data Fields | |
uint32_t | addr |
The address component of the prefix. More... | |
uint8_t | masklen |
The length of the prefix mask. More... | |
uint32_t ip_prefix::addr |
The address component of the prefix.
Definition at line 35 of file ip_utils.h.
uint8_t ip_prefix::masklen |
The length of the prefix mask.
Definition at line 37 of file ip_utils.h.