ReactOS 0.4.16-dev-753-g705a985
netif_ext_callback_args_t::ipv6_addr_state_changed_s Struct Reference

#include <netif.h>

Public Attributes

s8_t addr_index
 
u8_t old_state
 
const ip_addr_taddress
 

Detailed Description

Args to LWIP_NSC_IPV6_ADDR_STATE_CHANGED callback

Definition at line 649 of file netif.h.

Member Data Documentation

◆ addr_index

s8_t netif_ext_callback_args_t::ipv6_addr_state_changed_s::addr_index

Index of affected IPv6 address

Definition at line 652 of file netif.h.

◆ address

const ip_addr_t* netif_ext_callback_args_t::ipv6_addr_state_changed_s::address

Affected IPv6 address

Definition at line 656 of file netif.h.

◆ old_state

u8_t netif_ext_callback_args_t::ipv6_addr_state_changed_s::old_state

Old IPv6 address state

Definition at line 654 of file netif.h.


The documentation for this struct was generated from the following file: