An element in a linked list of IP prefixes. More...

Data Fields | |
| ip_prefix_t | prefix |
| The prefix that this element represents. More... | |
| struct ip_prefix_list * | next |
| The next prefix in the list. More... | |
An element in a linked list of IP prefixes.
Definition at line 41 of file ip_utils.h.
| struct ip_prefix_list* ip_prefix_list::next |
The next prefix in the list.
Definition at line 46 of file ip_utils.h.
| ip_prefix_t ip_prefix_list::prefix |
The prefix that this element represents.
Definition at line 44 of file ip_utils.h.