ipv4_changed_s is only used within LwIP.
 
Symbols
loading...
Files
loading...

ipv4_changed_s struct

Args to LWIP_NSC_IPV4_ADDRESS_CHANGED|LWIP_NSC_IPV4_GATEWAY_CHANGED|LWIP_NSC_IPV4_NETMASK_CHANGED|LWIP_NSC_IPV4_SETTINGS_CHANGED callback

Syntax

struct ipv4_changed_s {   const ip_addr_t* old_address;   const ip_addr_t* old_netmask;   const ip_addr_t* old_gw; };

Fields

old_address

Old IPv4 address. Read more...

old_netmask

No summary provided. Read more...

old_gw

No summary provided. Read more...

References

LocationReferrerScopeText
netif.h:609
struct ipv4_changed_s

Type Use

Variables of ipv4_changed_s type
ipv4_changed_s