Home
last modified time | relevance | path

Searched refs:duid_time (Results 1 – 9 of 9) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcpv6_server_iana_test.c155 ULONG duid_time; in server_thread_entry() local
233 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in server_thread_entry()
238 duid_time); in server_thread_entry()
Dnetx_dhcpv6_basic_test.c454 ULONG duid_time; in thread_server_entry() local
509 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
514 duid_time); in thread_server_entry()
Dnetx_dhcpv6_extended_api_test.c463 ULONG duid_time; in thread_server_entry() local
528 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
533 duid_time); in thread_server_entry()
Dnetx_dhcpv6_server_ia_options_test.c469 ULONG duid_time; in thread_server_entry() local
524 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
529 duid_time); in thread_server_entry()
Dnetx_dhcpv6_user_option_add_test.c594 ULONG duid_time; in thread_server_entry() local
649 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
654 duid_time); in thread_server_entry()
Dnetx_dhcpv6_server_process_repeated_msgs_test.c486 ULONG duid_time; in thread_server_entry() local
541 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
546 duid_time); in thread_server_entry()
/NetX-Duo-v6.4.1/samples/
Ddemo_netxduo_dhcpv6.c354 ULONG duid_time; in thread_server_entry() local
415 duid_time = SECONDS_SINCE_JAN_1_2000_MOD_32; in thread_server_entry()
420 duid_time); in thread_server_entry()
/NetX-Duo-v6.4.1/addons/dhcp/
Dnxd_dhcpv6_server.h719 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,…
722 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva…
753 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,…
756 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,…
759 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva…
762 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva…
Dnxd_dhcpv6_server.c543 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,… in _nxe_dhcpv6_add_client_record() argument
586 if ((duid_type == NX_DHCPV6_SERVER_DUID_TYPE_LINK_TIME) && (duid_time == 0)) in _nxe_dhcpv6_add_client_record()
595duid_time, duid_vendor_number, duid_vendor_private, duid_private_length); in _nxe_dhcpv6_add_client_record()
665 …ULONG physical_address_lsw, ULONG duid_time, ULONG duid_vendor_number, UCHAR *duid_vendor_private,… in _nx_dhcpv6_add_client_record() argument
762 dhcpv6_client_ptr -> nx_dhcpv6_client_duid.nx_duid_time = duid_time; in _nx_dhcpv6_add_client_record()
864 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva… in _nxe_dhcpv6_retrieve_client_record() argument
888 … physical_address_lsw, duid_time, duid_vendor_number, duid_vendor_private, duid_private_length); in _nxe_dhcpv6_retrieve_client_record()
962 …ULONG *physical_address_lsw, ULONG *duid_time, ULONG *duid_vendor_number, UCHAR *duid_vendor_priva… in _nx_dhcpv6_retrieve_client_record() argument
991 if (duid_time) in _nx_dhcpv6_retrieve_client_record()
992 *duid_time = 0; in _nx_dhcpv6_retrieve_client_record()
[all …]