netxduo
_nx_dhcpv6_client_create()
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_dhcpv6_client_create()
_nx_dhcpv6_client_create() function
Syntax
Show:
Summary
Declaration
from
nxd_dhcpv6_client.h:936
UINT
_nx_dhcpv6_client_create
(
NX_DHCPV6
*
dhcpv6_ptr
,
NX_IP
*
ip_ptr
,
CHAR
*
name_ptr
,
NX_PACKET_POOL
*
packet_pool_ptr
,
VOID
*
stack_ptr
,
ULONG
stack_size
,
VOID
(
*
dhcpv6_state_change_notify
)
(
struct
NX_DHCPV6_STRUCT
*
dhcpv6_ptr
,
UINT
old_state
,
UINT
new_state
)
,
VOID
(
*
dhcpv6_server_error_handler
)
(
struct
NX_DHCPV6_STRUCT
*
dhcpv6_ptr
,
UINT
op_code
,
UINT
status_code
,
UINT
message_type
)
)
;
Arguments
Argument
dhcpv6_ptr
ip_ptr
name_ptr
packet_pool_ptr
stack_ptr
stack_size
dhcpv6_state_change_notify
dhcpv6_server_error_handler
Related Functions
Found 97 other functions taking a
NX_DHCPV6_STRUCT
argument:
Function
_nx_dhcpv6_create_client_iana()
_nxe_dhcpv6_add_client_ia()
_nx_dhcpv6_add_client_ia()
_nxe_dhcpv6_client_set_interface()
_nx_dhcpv6_client_set_interface()
_nxe_dhcpv6_client_set_destination_address()
_nx_dhcpv6_client_set_destination_address()
_nxe_dhcpv6_set_time_accrued()
_nx_dhcpv6_set_time_accrued()
_nxe_dhcpv6_get_client_duid_time_id()
_nx_dhcpv6_get_client_duid_time_id()
_nxe_dhcpv6_get_IP_address()
_nx_dhcpv6_get_IP_address()
_nxe_dhcpv6_client_create()
_nxe_dhcpv6_client_delete()
_nx_dhcpv6_client_delete()
_nxe_dhcpv6_create_client_duid()
_nx_dhcpv6_create_client_duid()
_nxe_dhcpv6_create_client_iana()
_nx_dhcpv6_update_retransmit_info()
_nx_dhcpv6_register_IP_address()
_nx_dhcpv6_remove_assigned_address()
_nxe_dhcpv6_get_lease_time_data()
_nx_dhcpv6_get_lease_time_data()
_nxe_dhcpv6_get_other_option_data()
_nx_dhcpv6_get_other_option_data()
_nxe_dhcpv6_get_DNS_server_address()
_nx_dhcpv6_get_DNS_server_address()
_nxe_dhcpv6_get_time_server_address()
_nx_dhcpv6_get_time_server_address()
_nxe_dhcpv6_get_time_accrued()
_nx_dhcpv6_get_time_accrued()
_nxe_dhcpv6_get_iana_lease_time()
_nx_dhcpv6_get_iana_lease_time()
_nxe_dhcpv6_get_valid_ip_address_count()
_nx_dhcpv6_get_valid_ip_address_count()
_nxe_dhcpv6_get_valid_ip_address_lease_time()
_nx_dhcpv6_get_valid_ip_address_lease_time()
_nxe_dhcpv6_reinitialize()
_nx_dhcpv6_reinitialize()
_nxe_dhcpv6_request_solicit()
_nx_dhcpv6_request_solicit()
_nxe_dhcpv6_request_solicit_rapid()
_nx_dhcpv6_request_solicit_rapid()
_nxe_dhcpv6_request_confirm()
_nx_dhcpv6_request_confirm()
_nxe_dhcpv6_request_release()
_nx_dhcpv6_request_release()
_nxe_dhcpv6_request_inform_request()
_nx_dhcpv6_request_inform_request()
_nxe_dhcpv6_request_option_DNS_server()
_nx_dhcpv6_request_option_DNS_server()
_nxe_dhcpv6_request_option_domain_name()
_nx_dhcpv6_request_option_domain_name()
_nxe_dhcpv6_request_option_time_server()
_nx_dhcpv6_request_option_time_server()
_nxe_dhcpv6_request_option_timezone()
_nx_dhcpv6_request_option_timezone()
_nxe_dhcpv6_request_option_FQDN()
_nx_dhcpv6_request_option_FQDN()
_nxe_dhcpv6_start()
_nx_dhcpv6_start()
_nxe_dhcpv6_stop()
_nx_dhcpv6_stop()
_nxe_dhcpv6_suspend()
_nx_dhcpv6_suspend()
_nxe_dhcpv6_resume()
_nx_dhcpv6_resume()
_nx_dhcpv6_process()
_nx_dhcpv6_request()
_nx_dhcpv6_extract_packet_information()
_nx_dhcpv6_flush_queue_packets()
_nx_dhcpv6_process_client_duid()
_nx_dhcpv6_process_DNS_server()
_nx_dhcpv6_process_domain_name()
_nx_dhcpv6_process_ia()
_nx_dhcpv6_process_iana()
_nx_dhcpv6_process_preference()
_nx_dhcpv6_process_server_duid()
_nx_dhcpv6_process_status()
_nx_dhcpv6_process_time_zone()
_nx_dhcpv6_process_time_server()
_nx_dhcpv6_request_renew()
_nx_dhcpv6_request_rebind()
_nx_dhcpv6_request_decline()
_nx_dhcpv6_send_request()
_nx_dhcpv6_add_client_duid()
_nx_dhcpv6_add_elapsed_time()
_nx_dhcpv6_add_option_request()
_nx_dhcpv6_add_ia_address()
_nx_dhcpv6_add_iana()
_nx_dhcpv6_add_server_duid()
_nx_dhcpv6_add_client_FQDN()
_nx_dhcpv6_waiting_on_reply()
_nx_dhcpv6_packet_process()
_nx_dhcpv6_scan_packet_options()
_nx_dhcpv6_preprocess_packet_information()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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