pub const gnrc_ipv6_event_t_GNRC_IPV6_EVENT_ADDR_VALID: gnrc_ipv6_event_t = 0;
Expand description

@brief Address becomes valid

The event is generated when an address on the interface becomes valid. The message payload contains a pointer to the respective @ref ipv6_addr_t struct.

@note If the address on the interface changed between sending the event and processing it, the pointer will point to the new address which might not be valid.