netxduo
_nx_dhcp_interface_user_option_retrieve()
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
_nx_dhcp_interface_user_option_retrieve()
_nx_dhcp_interface_user_option_retrieve() function
Syntax
Show:
Summary
Declaration
Definition
from
nxd_dhcp_client.h:748
UINT
_nx_dhcp_interface_user_option_retrieve
(
NX_DHCP
*
dhcp_ptr
,
UINT
iface_index
,
UINT
option_request
,
UCHAR
*
destination_ptr
,
UINT
*
destination_size
)
;
Implemented in
nxd_dhcp_client.c:4648
Arguments
Argument
Declared as
dhcp_ptr
NX_DHCP
*
iface_index
UINT
option_request
UINT
destination_ptr
UCHAR
*
destination_size
UINT
*
Related Functions
Found 70 other functions taking a
NX_DHCP_STRUCT
argument:
Function
_nxe_dhcp_start()
_nx_dhcp_send_request_internal()
_nx_dhcp_interface_record_find()
_nxe_dhcp_create()
_nx_dhcp_interface_reinitialize()
_nxe_dhcp_stop()
_nx_dhcp_extract_information()
_nx_dhcp_interface_enable()
_nx_dhcp_add_option_parameter_request()
_nx_dhcp_interface_request_client_ip()
_nx_dhcp_interface_force_renew()
_nx_dhcp_interface_release()
_nx_dhcp_interface_decline()
_nx_dhcp_interface_start()
_nx_dhcp_interface_disable()
_nx_dhcp_interface_stop()
_nx_dhcp_interface_send_request()
_nx_dhcp_interface_server_address_get()
_nxe_dhcp_request_client_ip()
_nxe_dhcp_delete()
_nxe_dhcp_decline()
_nxe_dhcp_force_renew()
_nxe_dhcp_release()
_nxe_dhcp_server_address_get()
_nxe_dhcp_state_change_notify()
_nxe_dhcp_user_option_request()
_nxe_dhcp_user_option_retrieve()
_nxe_dhcp_user_option_add_callback_set()
_nxe_dhcp_reinitialize()
_nxe_dhcp_send_request()
_nxe_dhcp_set_interface_index()
_nxe_dhcp_clear_broadcast_flag()
_nxe_dhcp_interface_clear_broadcast_flag()
_nxe_dhcp_interface_enable()
_nxe_dhcp_interface_disable()
_nxe_dhcp_interface_decline()
_nxe_dhcp_interface_force_renew()
_nxe_dhcp_interface_release()
_nxe_dhcp_interface_reinitialize()
_nxe_dhcp_interface_request_client_ip()
_nxe_dhcp_interface_start()
_nxe_dhcp_interface_stop()
_nxe_dhcp_interface_send_request()
_nxe_dhcp_interface_server_address_get()
_nxe_dhcp_interface_state_change_notify()
_nxe_dhcp_interface_user_option_retrieve()
_nxe_dhcp_packet_pool_set()
_nx_dhcp_delete()
_nx_dhcp_create()
_nx_dhcp_interface_clear_broadcast_flag()
_nx_dhcp_reinitialize()
_nx_dhcp_clear_broadcast_flag()
_nx_dhcp_request_client_ip()
_nx_dhcp_force_renew()
_nx_dhcp_decline()
_nx_dhcp_state_change_notify()
_nx_dhcp_interface_state_change_notify()
_nx_dhcp_release()
_nx_dhcp_start()
_nx_dhcp_stop()
_nx_dhcp_user_option_add_callback_set()
_nx_dhcp_user_option_retrieve()
_nx_dhcp_packet_process()
_nx_dhcp_user_option_request()
_nx_dhcp_timeout_process()
_nx_dhcp_send_request()
_nx_dhcp_client_send_with_zero_source_address()
_nx_dhcp_server_address_get()
_nx_dhcp_set_interface_index()
_nx_dhcp_packet_pool_set()
Examples
References
from
examples
Code
Location
Referrer
UINT
_nx_dhcp_interface_user_option_retrieve
(
NX_DHCP
*
dhcp_ptr
,
UINT
iface_index
,
UINT
option_request
,
UCHAR
*
destination_ptr
,
UINT
*
destination_size
)
nxd_dhcp_client.c:4648
UINT
_nx_dhcp_interface_user_option_retrieve
(
NX_DHCP
*
dhcp_ptr
,
UINT
iface_index
,
UINT
option_request
,
UCHAR
*
destination_ptr
,
UINT
*
destination_size
)
;
nxd_dhcp_client.h:748
status
=
_nx_dhcp_interface_user_option_retrieve
(
dhcp_ptr
,
dhcp_ptr
->
nx_dhcp_interface_record
[
i
]
.
nx_dhcp_interface_index
,
nxd_dhcp_client.c:4353
_nx_dhcp_user_option_retrieve()
status
=
_nx_dhcp_interface_user_option_retrieve
(
dhcp_ptr
,
iface_index
,
option_request
,
destination_ptr
,
destination_size
)
;
nxd_dhcp_client.c:4586
_nxe_dhcp_interface_user_option_retrieve()
Call Tree
from
examples
_nx_dhcp_interface_user_option_retrieve()
is called by 2 functions and calls 5 functions:
_nx_dhcp_user_option_retrieve()
_nxe_dhcp_interface_user_option_retrieve()
All items filtered out
_nx_dhcp_interface_user_option_retrieve()
_txe_mutex_get()
_txe_mutex_put()
_nx_dhcp_search_buffer()
_nx_dhcp_interface_record_find()
_nx_dhcp_get_data()
All items filtered out
Data Use
from
examples
_nx_dhcp_interface_user_option_retrieve()
reads 4 variables:
NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_state
NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_options_buffer
NX_DHCP_INTERFACE_RECORD_STRUCT::nx_dhcp_options_size
NX_DHCP_STRUCT::nx_dhcp_mutex
All items filtered out
_nx_dhcp_interface_user_option_retrieve()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out