| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_ipv6_prefix_list_add_entry.c | 92 ULONG prefix_length, ULONG valid_lifetime) in _nx_ipv6_prefix_list_add_entry() argument 138 … if ((valid_lifetime > 2 * 60 * 60) || /* if received lifetime is greater than 2 hours */ in _nx_ipv6_prefix_list_add_entry() 139 (valid_lifetime > current -> nx_ipv6_prefix_entry_valid_lifetime)) in _nx_ipv6_prefix_list_add_entry() 142 current -> nx_ipv6_prefix_entry_valid_lifetime = valid_lifetime; in _nx_ipv6_prefix_list_add_entry() 190 new_entry -> nx_ipv6_prefix_entry_valid_lifetime = valid_lifetime; in _nx_ipv6_prefix_list_add_entry()
|
| /NetX-Duo-v6.2.1/addons/dhcp/ |
| D | nxd_dhcpv6_server.h | 716 …able_index, NXD_ADDRESS *lease_IP_address, ULONG T1, ULONG T2, ULONG valid_lifetime, ULONG preferr… 718 …ULONG IP_lease_time_accrued , ULONG valid_lifetime, UINT duid_type, UINT duid_hardware, ULONG … 721 …ULONG *IP_lease_time_accrued , ULONG *valid_lifetime, UINT *duid_type, UINT *duid_hardware, UL… 723 …e_index, NXD_ADDRESS *lease_IP_address, ULONG *T1, ULONG *T2, ULONG *valid_lifetime, ULONG *prefer… 749 …able_index, NXD_ADDRESS *lease_IP_address, ULONG T1, ULONG T2, ULONG valid_lifetime, ULONG preferr… 750 …able_index, NXD_ADDRESS *lease_IP_address, ULONG T1, ULONG T2, ULONG valid_lifetime, ULONG preferr… 752 …ULONG IP_lease_time_accrued , ULONG valid_lifetime, UINT duid_type, UINT duid_hardware, ULONG … 755 …ULONG IP_lease_time_accrued , ULONG valid_lifetime, UINT duid_type, UINT duid_hardware, ULONG … 758 …ULONG *IP_lease_time_accrued , ULONG *valid_lifetime, UINT *duid_type, UINT *duid_hardware, UL… 761 …ULONG *IP_lease_time_accrued , ULONG *valid_lifetime, UINT *duid_type, UINT *duid_hardware, UL… [all …]
|
| D | nxd_dhcpv6_client.h | 900 …X_DHCPV6 *dhcpv6_ptr, NXD_ADDRESS *ipv6_address, ULONG preferred_lifetime, ULONG valid_lifetime); 901 …X_DHCPV6 *dhcpv6_ptr, NXD_ADDRESS *ipv6_address, ULONG preferred_lifetime, ULONG valid_lifetime); 907 …ata(NX_DHCPV6 *dhcpv6_ptr, ULONG *T1, ULONG *T2, ULONG *preferred_lifetime, ULONG *valid_lifetime); 914 …tr, UINT address_index, NXD_ADDRESS *ip_address, ULONG *preferred_lifetime, ULONG *valid_lifetime); 953 …(NX_DHCPV6 *dhcpv6_ptr, NXD_ADDRESS *ipv6_address, ULONG preferred_lifetime, ULONG valid_lifetime); 954 …(NX_DHCPV6 *dhcpv6_ptr, NXD_ADDRESS *ipv6_address, ULONG preferred_lifetime, ULONG valid_lifetime); 965 …ata(NX_DHCPV6 *dhcpv6_ptr, ULONG *T1, ULONG *T2, ULONG *preferred_lifetime, ULONG *valid_lifetime); 966 …ata(NX_DHCPV6 *dhcpv6_ptr, ULONG *T1, ULONG *T2, ULONG *preferred_lifetime, ULONG *valid_lifetime); 979 …tr, UINT address_index, NXD_ADDRESS *ip_address, ULONG *preferred_lifetime, ULONG *valid_lifetime); 980 …tr, UINT address_index, NXD_ADDRESS *ip_address, ULONG *preferred_lifetime, ULONG *valid_lifetime);
|
| D | nxd_dhcpv6_server.c | 542 …ULONG IP_lease_time_accrued, ULONG valid_lifetime, UINT duid_type, UINT duid_hardware, ULONG physi… in _nxe_dhcpv6_add_client_record() argument 594 …IP_lease_time_accrued, valid_lifetime, duid_type, duid_hardware, physical_address_msw, physical_ad… in _nxe_dhcpv6_add_client_record() 664 …ULONG IP_lease_time_accrued, ULONG valid_lifetime, UINT duid_type, UINT duid_hardware, ULONG phys… in _nx_dhcpv6_add_client_record() argument 769 dhcpv6_client_ptr -> nx_dhcpv6_ia.nx_valid_lifetime = valid_lifetime; in _nx_dhcpv6_add_client_record() 863 …ULONG *IP_lease_time_accrued, ULONG *valid_lifetime, UINT *duid_type, UINT *duid_hardware, ULONG … in _nxe_dhcpv6_retrieve_client_record() argument 878 (IP_lease_time_accrued == NX_NULL) || (valid_lifetime == NX_NULL) || (duid_type == NX_NULL)) in _nxe_dhcpv6_retrieve_client_record() 887 … IP_lease_time_accrued, valid_lifetime, duid_type, duid_hardware, physical_address_msw, in _nxe_dhcpv6_retrieve_client_record() 961 …ULONG *IP_lease_time_accrued, ULONG *valid_lifetime, UINT *duid_type, UINT *duid_hardware, ULONG … in _nx_dhcpv6_retrieve_client_record() argument 983 *valid_lifetime = 0; in _nx_dhcpv6_retrieve_client_record() 1005 *valid_lifetime = client_ptr -> nx_dhcpv6_ia.nx_valid_lifetime; in _nx_dhcpv6_retrieve_client_record() [all …]
|
| D | nxd_dhcpv6_client.c | 1835 ULONG preferred_lifetime, ULONG valid_lifetime) in _nxe_dhcpv6_add_client_ia() argument 1859 if (preferred_lifetime > valid_lifetime) in _nxe_dhcpv6_add_client_ia() 1875 … status = _nx_dhcpv6_add_client_ia(dhcpv6_ptr, ipv6_address, preferred_lifetime, valid_lifetime); in _nxe_dhcpv6_add_client_ia() 1929 ULONG preferred_lifetime, ULONG valid_lifetime) in _nx_dhcpv6_add_client_ia() argument 1979 dhcpv6_ptr -> nx_dhcpv6_ia[ia_index].nx_valid_lifetime = valid_lifetime; in _nx_dhcpv6_add_client_ia() 2547 ULONG *valid_lifetime) in _nxe_dhcpv6_get_lease_time_data() argument 2554 if (!dhcpv6_ptr || !T1 || !T2 || !preferred_lifetime || !valid_lifetime ) in _nxe_dhcpv6_get_lease_time_data() 2563 … status = _nx_dhcpv6_get_lease_time_data(dhcpv6_ptr, T1, T2, preferred_lifetime, valid_lifetime); in _nxe_dhcpv6_get_lease_time_data() 2619 ULONG *valid_lifetime) in _nx_dhcpv6_get_lease_time_data() argument 2625 *valid_lifetime = 0; in _nx_dhcpv6_get_lease_time_data() [all …]
|
| /NetX-Duo-v6.2.1/test/regression/dhcp_test/ |
| D | netx_dhcpv6_user_option_add_test.c | 317 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 425 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 430 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry() 481 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 494 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry()
|
| D | netx_dhcpv6_basic_test.c | 184 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 287 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 341 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 354 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry()
|
| D | netx_dhcpv6_extended_api_test.c | 186 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 289 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 343 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 356 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry()
|
| D | netx_dhcpv6_server_ia_options_test.c | 193 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 299 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 353 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 366 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry()
|
| D | netx_dhcpv6_server_process_repeated_msgs_test.c | 199 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 305 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 359 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 372 (valid_lifetime != NX_DHCPV6_DEFAULT_VALID_TIME)) in thread_client_entry()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netxduo_dhcpv6.c | 166 ULONG T1, T2, preferred_lifetime, valid_lifetime; in thread_client_entry() local 284 …dress_lease_time(&dhcp_client, address_index, &ipv6_address, &preferred_lifetime, &valid_lifetime); in thread_client_entry() 300 …atus = nx_dhcpv6_get_lease_time_data(&dhcp_client, &T1, &T2, &preferred_lifetime, &valid_lifetime); in thread_client_entry()
|
| D | demo_netxduo_dhcpv6_client.c | 181 ULONG valid_lifetime; in thread_client_entry() local 387 &valid_lifetime); in thread_client_entry() 413 &preferred_lifetime, &valid_lifetime); in thread_client_entry()
|
| /NetX-Duo-v6.2.1/common/inc/ |
| D | nx_ipv6.h | 242 …pv6_prefix_list_add_entry(NX_IP *ip_ptr, ULONG *prefix, ULONG prefix_length, ULONG valid_lifetime);
|