Searched refs:address_count (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/test/regression/netxduo_test/ |
| D | netx_ipv6_address_set_test.c | 189 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/ |
| D | netx_dhcpv6_basic_test.c | 185 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()
|
| D | netx_dhcpv6_extended_api_test.c | 187 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()
|
| D | netx_dhcpv6_server_ia_options_test.c | 194 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()
|
| D | netx_dhcpv6_server_process_repeated_msgs_test.c | 200 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()
|
| D | netx_dhcpv6_user_option_add_test.c | 318 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/ |
| D | demo_netxduo_dhcpv6.c | 167 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()
|
| D | demo_netxduo_dhcpv6_client.c | 177 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/ |
| D | nxd_dhcpv6_client.h | 913 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);
|
| D | nxd_dhcpv6_client.c | 3412 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()
|