|
libtins
4.5
|
#include <icmpv6.h>
Public Types | |
| typedef std::vector< uint8_t > | prefix_type |
Public Member Functions | |
| route_info_type (uint8_t prefix_len=0, small_uint< 2 > pref=0, uint32_t route_lifetime=0, const prefix_type &prefix=prefix_type()) | |
Static Public Member Functions | |
| static route_info_type | from_option (const option &opt) |
Public Attributes | |
| uint8_t | prefix_len |
| small_uint< 2 > | pref |
| uint32_t | route_lifetime |
| prefix_type | prefix |
The type used to store the route information option.