ConOpSys V2970  P004.07
ANVILEX control operating system
Public Attributes | List of all members
netif_ext_callback_args_t::ipv4_changed_s Struct Reference

#include <netif.h>

Collaboration diagram for netif_ext_callback_args_t::ipv4_changed_s:
Collaboration graph

Public Attributes

const ip_addr_told_address
 
const ip_addr_told_netmask
 
const ip_addr_told_gw
 

Detailed Description

Args to LWIP_NSC_IPV4_ADDRESS_CHANGED|LWIP_NSC_IPV4_GATEWAY_CHANGED|LWIP_NSC_IPV4_NETMASK_CHANGED|LWIP_NSC_IPV4_SETTINGS_CHANGED callback

Member Data Documentation

◆ old_address

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_address

Old IPv4 address

◆ old_gw

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_gw

◆ old_netmask

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_netmask

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