NX_DHCP_STRUCT::nx_dhcp_state_change_callback is only used within netxduo.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesnetxduoNX_DHCP_STRUCT::nx_dhcp_state_change_callback

NX_DHCP_STRUCT::nx_dhcp_state_change_callback field

Syntax

VOID (*nx_dhcp_state_change_callback)(struct NX_DHCP_STRUCT *dhcp_ptr, UCHAR new_state);

References

LocationReferrerText
nxd_dhcp_client.h:504
VOID (*nx_dhcp_state_change_callback)(struct NX_DHCP_STRUCT *dhcp_ptr, UCHAR new_state);
nxd_dhcp_client.c:2116_nx_dhcp_interface_force_renew()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:2120_nx_dhcp_interface_force_renew()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:2452_nx_dhcp_interface_decline()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:2456_nx_dhcp_interface_decline()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:2775_nx_dhcp_interface_release()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:2779_nx_dhcp_interface_release()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:3222_nx_dhcp_interface_start()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:3226_nx_dhcp_interface_start()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:3706_nx_dhcp_state_change_notify()
dhcp_ptr -> nx_dhcp_state_change_callback = dhcp_state_change_notify;
nxd_dhcp_client.c:4158_nx_dhcp_interface_stop()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:4162_nx_dhcp_interface_stop()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:5798_nx_dhcp_packet_process()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:5802_nx_dhcp_packet_process()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);
nxd_dhcp_client.c:6244_nx_dhcp_timeout_process()
if (dhcp_ptr -> nx_dhcp_state_change_callback)
nxd_dhcp_client.c:6248_nx_dhcp_timeout_process()
(dhcp_ptr -> nx_dhcp_state_change_callback)(dhcp_ptr, interface_record -> nx_dhcp_state);

Call Tree

Functions calling NX_DHCP_STRUCT::nx_dhcp_state_change_callback
NX_DHCP_STRUCT::nx_dhcp_state_change_callback
Functions writing NX_DHCP_STRUCT::nx_dhcp_state_change_callback
Functions reading NX_DHCP_STRUCT::nx_dhcp_state_change_callback
all items filtered out
NX_DHCP_STRUCT::nx_dhcp_state_change_callback