Target Option.
More...
Target Option.
- See also
- RFC6550, section 6.7.7, RPL Target
Definition at line 180 of file structs.h.
#include <structs.h>
|
uint8_t | type |
| option type
|
|
uint8_t | length |
| option length without the first two bytes
|
|
uint8_t | flags |
| unused
|
|
uint8_t | prefix_length |
| number of valid leading bits in the IPv6 prefix
|
|
ipv6_addr_t | target |
| IPv6 prefix, address or multicast group.
|
|
◆ flags
uint8_t gnrc_rpl_opt_target_t::flags |
◆ length
uint8_t gnrc_rpl_opt_target_t::length |
option length without the first two bytes
Definition at line 182 of file structs.h.
◆ prefix_length
uint8_t gnrc_rpl_opt_target_t::prefix_length |
number of valid leading bits in the IPv6 prefix
Definition at line 184 of file structs.h.
◆ target
IPv6 prefix, address or multicast group.
Definition at line 185 of file structs.h.
◆ type
uint8_t gnrc_rpl_opt_target_t::type |
The documentation for this struct was generated from the following file: