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

NX_DHCP_STRUCT::nx_dhcp_user_option_add field

Syntax

UINT (*nx_dhcp_user_option_add)(struct NX_DHCP_STRUCT *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);

References

LocationReferrerText
nxd_dhcp_client.h:514
UINT (*nx_dhcp_user_option_add)(struct NX_DHCP_STRUCT *dhcp_ptr, UINT iface_index, UINT message_type, UCHAR *user_option_ptr, UINT *user_option_length);
nxd_dhcp_client.c:4997_nx_dhcp_user_option_add_callback_set()
dhcp_ptr -> nx_dhcp_user_option_add = dhcp_user_option_add;
nxd_dhcp_client.c:6976_nx_dhcp_send_request_internal()
if (dhcp_ptr -> nx_dhcp_user_option_add)
nxd_dhcp_client.c:6986_nx_dhcp_send_request_internal()
if (dhcp_ptr -> nx_dhcp_user_option_add(dhcp_ptr, iface_index, dhcp_message_type, user_option_ptr, &user_option_length) == NX_TRUE)

Call Tree

Functions calling NX_DHCP_STRUCT::nx_dhcp_user_option_add
all items filtered out
NX_DHCP_STRUCT::nx_dhcp_user_option_add
Functions writing NX_DHCP_STRUCT::nx_dhcp_user_option_add
Functions reading NX_DHCP_STRUCT::nx_dhcp_user_option_add
NX_DHCP_STRUCT::nx_dhcp_user_option_add
all items filtered out
Type of NX_DHCP_STRUCT::nx_dhcp_user_option_add
NX_DHCP_STRUCT::nx_dhcp_user_option_add
all items filtered out