lwIP
+
0
/1 examples
SourceVu will show references to
netif_ext_callback_args_t
from the following samples and libraries:
ESP-IDF
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
netif_ext_callback_args_t
netif_ext_callback_args_t union
Argument supplied to netif_ext_callback_fn.
Syntax
Show:
Summary
Declaration
from
netif.h:621
typedef
union
{
struct
link_changed_s
{
u8_t
state
;
}
link_changed
;
struct
status_changed_s
{
u8_t
state
;
}
status_changed
;
struct
ipv4_changed_s
{
const
ip_addr_t
*
old_address
;
const
ip_addr_t
*
old_netmask
;
const
ip_addr_t
*
old_gw
;
}
ipv4_changed
;
struct
ipv6_set_s
{
s8_t
addr_index
;
const
ip_addr_t
*
old_address
;
}
ipv6_set
;
struct
ipv6_addr_state_changed_s
{
s8_t
addr_index
;
u8_t
old_state
;
const
ip_addr_t
*
address
;
}
ipv6_addr_state_changed
;
}
netif_ext_callback_args_t
;
Fields
Field
Declared as
Description
netif_ext_callback_args_t::link_changed
struct
link_changed_s
{
u8_t
state
;
}
Args to LWIP_NSC_LINK_CHANGED callback.
netif_ext_callback_args_t::status_changed
struct
status_changed_s
{
u8_t
state
;
}
Args to LWIP_NSC_STATUS_CHANGED callback.
netif_ext_callback_args_t::ipv4_changed
struct
ipv4_changed_s
{
const
ip_addr_t
*
old_address
;
const
ip_addr_t
*
old_netmask
;
const
ip_addr_t
*
old_gw
;
}
Args to LWIP_NSC_IPV4_ADDRESS_CHANGED|LWIP_NSC_IPV4_GATEWAY_CHANGED|LWIP_NSC_IPV4_NETMASK_CHANGED|LWIP_NSC_IPV4_SETTINGS_CHANGED callback.
netif_ext_callback_args_t::ipv6_set
struct
ipv6_set_s
{
s8_t
addr_index
;
const
ip_addr_t
*
old_address
;
}
Args to LWIP_NSC_IPV6_SET callback.
netif_ext_callback_args_t::ipv6_addr_state_changed
struct
ipv6_addr_state_changed_s
{
s8_t
addr_index
;
u8_t
old_state
;
const
ip_addr_t
*
address
;
}
Args to LWIP_NSC_IPV6_ADDR_STATE_CHANGED callback.
Related Functions
Found 1 other functions taking a
netif_ext_callback_args_t
argument:
Function
Description
netif_invoke_ext_callback()
Invoke extended netif status event
Examples
netif_ext_callback_args_t
is referenced by 1 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out