Skip to Content
[CAIDA - Center for Applied Internet Data Analysis logo]
The Center for Applied Internet Data Analysis
ip_prefix Struct Reference

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...
 

Detailed Description

Represents a IPv4 prefix e.g.

192.168.0.0/16

Definition at line 32 of file ip_utils.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: