| /NetX-Duo-v6.2.1/test/regression/auto_ip_test/ |
| D | netx_auto_ip_max_conflicts_test.c | 25 static NX_AUTO_IP auto_ip_0; variable 98 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 2); in test_application_define() 106 status = nx_auto_ip_start(&auto_ip_0, IP_ADDRESS(169,254,10,10)); in test_application_define() 149 status = nx_auto_ip_stop(&auto_ip_0); in ntest_0_entry() 159 status = nx_auto_ip_delete(&auto_ip_0); in ntest_0_entry() 170 (auto_ip_0.nx_auto_ip_conflict_count != (NX_AUTO_IP_MAX_CONFLICTS + 1))) in ntest_0_entry() 227 (receive_ip != auto_ip_0.nx_auto_ip_current_local_address)) in my_arp_packet_process() 251 if (arp_probe != (auto_ip_0.nx_auto_ip_conflict_count + 1)) in my_arp_packet_process()
|
| D | netx_auto_ip_address_check_test.c | 28 static NX_AUTO_IP auto_ip_0; variable 114 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 2); in test_application_define() 122 status = nx_auto_ip_start(&auto_ip_0, IP_ADDRESS(169,254,10,10)); in test_application_define() 130 status = nx_ip_address_change_notify(&ip_0, ip_address_changed, (void *) &auto_ip_0); in test_application_define() 177 status = nx_auto_ip_stop(&auto_ip_0); in ntest_0_entry() 184 status = nx_auto_ip_delete(&auto_ip_0); in ntest_0_entry() 287 …_interface[auto_ip_0.nx_ip_interface_index].nx_interface_physical_address_msw) && (sender_physical… in my_arp_packet_process()
|
| D | netx_auto_ip_announce_num_test.c | 30 static NX_AUTO_IP auto_ip_0; variable 115 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 2); in test_application_define() 123 status = nx_auto_ip_start(&auto_ip_0, IP_ADDRESS(169,254,10,10)); in test_application_define() 131 status = nx_ip_address_change_notify(&ip_0, ip_address_changed, (void *) &auto_ip_0); in test_application_define() 178 status = nx_auto_ip_stop(&auto_ip_0); in ntest_0_entry() 185 status = nx_auto_ip_delete(&auto_ip_0); in ntest_0_entry()
|
| D | netx_auto_ip_basic_test.c | 29 static NX_AUTO_IP auto_ip_0; variable 125 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 2); in test_application_define() 135 status = nx_auto_ip_start(&auto_ip_0, 0 /*IP_ADDRESS(169,254,254,255)*/); in test_application_define() 143 status = nx_ip_address_change_notify(&ip_0, ip_address_changed, (void *) &auto_ip_0); in test_application_define() 246 status = nx_auto_ip_stop(&auto_ip_0); in ntest_0_entry() 253 status = nx_auto_ip_delete(&auto_ip_0); in ntest_0_entry()
|
| D | netx_auto_ip_arp_dest_addr_test.c | 32 static NX_AUTO_IP auto_ip_0; variable 135 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 2); in test_application_define() 145 status = nx_auto_ip_start(&auto_ip_0, 0 /*IP_ADDRESS(169,254,254,255)*/); in test_application_define() 153 status = nx_ip_address_change_notify(&ip_0, ip_address_changed, (void *) &auto_ip_0); in test_application_define() 261 status = nx_auto_ip_stop(&auto_ip_0); in ntest_0_entry() 268 status = nx_auto_ip_delete(&auto_ip_0); in ntest_0_entry() 470 …if(target_ip_address == ip_ptr -> nx_ip_interface[auto_ip_0.nx_ip_interface_index].nx_interface_ip… in my_arp_packet_process()
|
| /NetX-Duo-v6.2.1/samples/ |
| D | demo_netx_auto_ip.c | 26 NX_AUTO_IP auto_ip_0; variable 126 status = nx_auto_ip_create(&auto_ip_0, "AutoIP 0", &ip_0, pointer, 4096, 1); in tx_application_define() 136 status = nx_auto_ip_start(&auto_ip_0, 0 /*IP_ADDRESS(169,254,254,255)*/); in tx_application_define() 144 status = nx_ip_address_change_notify(&ip_0, ip_address_changed, (void *) &auto_ip_0); in tx_application_define()
|