Home
last modified time | relevance | path

Searched refs:address_count (Results 1 – 10 of 10) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_ipv6_address_set_test.c189 UINT address_count; in thread_0_entry() local
351 address_count = 0; in thread_0_entry()
361 address_count++; in thread_0_entry()
364 if((address_count != 3) || (if0_lla_check != 1) || (if0_ga1_check != 1) || (if0_ga2_check != 1)) in thread_0_entry()
372 address_count = 0; in thread_0_entry()
382 address_count++; in thread_0_entry()
386 if((address_count != 3) || (if1_ga0_check != 1) || (if1_ga1_check != 1) || (if1_ga2_check != 1)) in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcpv6_basic_test.c185 UINT address_count; in thread_client_entry() local
276 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
279 if ((status) || (address_count != 1)) in thread_client_entry()
290 if ((status) || (address_count != 1)) in thread_client_entry()
Dnetx_dhcpv6_extended_api_test.c187 UINT address_count; in thread_client_entry() local
278 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
281 if ((status) || (address_count != 1)) in thread_client_entry()
292 if ((status) || (address_count != 1)) in thread_client_entry()
Dnetx_dhcpv6_server_ia_options_test.c194 UINT address_count; in thread_client_entry() local
288 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
291 if ((status) || (address_count != 1)) in thread_client_entry()
302 if ((status) || (address_count != 1)) in thread_client_entry()
Dnetx_dhcpv6_server_process_repeated_msgs_test.c200 UINT address_count; in thread_client_entry() local
294 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
297 if ((status) || (address_count != 1)) in thread_client_entry()
308 if ((status) || (address_count != 1)) in thread_client_entry()
Dnetx_dhcpv6_user_option_add_test.c318 UINT address_count; in thread_client_entry() local
414 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
417 if ((status) || (address_count != 1)) in thread_client_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_dhcpv6.c167 UINT address_count; in thread_client_entry() local
276 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
Ddemo_netxduo_dhcpv6_client.c177 UINT address_count; in thread_client_entry() local
374 status = nx_dhcpv6_get_valid_ip_address_count(&dhcp_client, &address_count); in thread_client_entry()
/NetX-Duo-v6.2.1/addons/dhcp/
Dnxd_dhcpv6_client.h913 UINT nx_dhcpv6_get_valid_ip_address_count(NX_DHCPV6 *dhcpv6_ptr, UINT *address_count);
977 UINT _nxe_dhcpv6_get_valid_ip_address_count(NX_DHCPV6 *dhcpv6_ptr, UINT *address_count);
978 UINT _nx_dhcpv6_get_valid_ip_address_count(NX_DHCPV6 *dhcpv6_ptr, UINT *address_count);
Dnxd_dhcpv6_client.c3412 UINT _nxe_dhcpv6_get_valid_ip_address_count(NX_DHCPV6 *dhcpv6_ptr, UINT *address_count) in _nxe_dhcpv6_get_valid_ip_address_count() argument
3419 if (!dhcpv6_ptr || !address_count) in _nxe_dhcpv6_get_valid_ip_address_count()
3428 status = _nx_dhcpv6_get_valid_ip_address_count(dhcpv6_ptr, address_count); in _nxe_dhcpv6_get_valid_ip_address_count()
3476 UINT _nx_dhcpv6_get_valid_ip_address_count(NX_DHCPV6 *dhcpv6_ptr, UINT *address_count) in _nx_dhcpv6_get_valid_ip_address_count() argument
3482 *address_count = 0; in _nx_dhcpv6_get_valid_ip_address_count()
3492 (*address_count)++; in _nx_dhcpv6_get_valid_ip_address_count()