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

#include <netif.h>

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

Definition at line 633 of file netif.h.

Member Data Documentation

◆ old_address

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_address

Old IPv4 address

Definition at line 636 of file netif.h.

◆ old_gw

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_gw

Definition at line 638 of file netif.h.

◆ old_netmask

const ip_addr_t* netif_ext_callback_args_t::ipv4_changed_s::old_netmask

Definition at line 637 of file netif.h.


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