tcp_netif_ip_addr_changed() is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPtcp_netif_ip_addr_changed()

tcp_netif_ip_addr_changed() function

This function is called from netif.c when address is changed or netif is removed

Syntax

void tcp_netif_ip_addr_changed(const ip_addr_t* old_addr,     const ip_addr_t* new_addr);
Implemented in tcp.c:2330

Arguments

old_addr

IP address of the netif before change

new_addr

IP address of the netif after change or NULL if netif has been removed

References

LocationReferrerText
tcp.c:2331
tcp_netif_ip_addr_changed(const ip_addr_t *old_addr, const ip_addr_t *new_addr)
tcp_priv.h:507
void tcp_netif_ip_addr_changed(const ip_addr_t* old_addr, const ip_addr_t* new_addr);
netif.c:445netif_do_ip_addr_changed()
tcp_netif_ip_addr_changed(old_addr, new_addr);

Call Tree

Functions calling tcp_netif_ip_addr_changed()
Functions called by tcp_netif_ip_addr_changed()
all items filtered out
tcp_netif_ip_addr_changed()
Data read by tcp_netif_ip_addr_changed()
Data written by tcp_netif_ip_addr_changed()
tcp_netif_ip_addr_changed()
tcp_netif_ip_addr_changed()::lpcb
all items filtered out
Type of tcp_netif_ip_addr_changed()
tcp_netif_ip_addr_changed()
all items filtered out