#include <fip.h>

Data Fields | |
| fip_prefixstate_t | state |
| Prefix state (unused, new, etc). | |
| unsigned char | length |
| Prefix length in bits. | |
| unsigned char | advPrefix: 1 |
| For routers, flag that indicates if we advertise this prefix. | |
| unsigned char | isOnLink: 1 |
| Is prefix known to be on-link? | |
| fip_vlifetime_t | validLifetime |
| How long the prefix is valid for, used when advertising the prefix. | |
| fip_vlifetime_t | validUntil |
| When in seconds since system start the address expires, 0 = Never. | |
| fip_ip6addr_t | prefix |
| Prefix itself. | |
1.5.7.1