NdpRouterAdvPrefixInfo Struct Reference
IPv6 prefix information. More...
#include <ndp_router_adv.h>
Data Fields | |
| Ipv6Addr | prefix |
| uint8_t | length |
| bool_t | onLinkFlag |
| bool_t | autonomousFlag |
| uint32_t | validLifetime |
| uint32_t | preferredLifetime |
Detailed Description
IPv6 prefix information.
Definition at line 79 of file ndp_router_adv.h.
Field Documentation
◆ autonomousFlag
| bool_t autonomousFlag |
Definition at line 84 of file ndp_router_adv.h.
◆ length
| uint8_t length |
Definition at line 82 of file ndp_router_adv.h.
◆ onLinkFlag
| bool_t onLinkFlag |
Definition at line 83 of file ndp_router_adv.h.
◆ preferredLifetime
| uint32_t preferredLifetime |
Definition at line 86 of file ndp_router_adv.h.
◆ prefix
| Ipv6Addr prefix |
Definition at line 81 of file ndp_router_adv.h.
◆ validLifetime
| uint32_t validLifetime |
Definition at line 85 of file ndp_router_adv.h.
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ndp_router_adv.h
