Home
last modified time | relevance | path

Searched refs:nx_ip_address_set (Results 1 – 17 of 17) sorted by relevance

/NetX-Duo-v6.4.1/test/regression/netxduo_test/
Dnetx_ip_address_change_notify_test.c113 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00); in ntest_0_entry()
130 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 5), 0xFFFFFF00); in ntest_0_entry()
147 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 5), 0xFFFF0000); in ntest_0_entry()
Dnetx_ip_link_local_address_test.c195 nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00); in thread_0_entry()
297 nx_ip_address_set(&ip_1, IP_ADDRESS(169, 254, 3, 5), 0xFFFF0000); in thread_1_entry()
Dnetx_ip_interface_status_check_fail_test.c129 status = nx_ip_address_set(&ip_0, IP_ADDRESS(0, 0, 0, 0), 0xFFFFFF00); in ntest_0_entry()
147 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00); in ntest_0_entry()
Dnetx_ip_address_set_test.c262 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 4), 0xFFFFFF00); in ntest_0_entry()
288 status = nx_ip_address_set(&ip_1, IP_ADDRESS(1, 2, 3, 5), 0xFFFFFF00); in ntest_0_entry()
Dnetx_tcp_invalid_length_test.c164 nx_ip_address_set(&ip_0, IP_ADDRESS(192,168,100,4), 0xFFFFFF00); in thread_0_entry()
Dnetx_ip_nxe_api_test.c238 status = nx_ip_address_set(NX_NULL, IP_ADDRESS(1, 2, 3, 4), IP_ADDRESS(255, 255, 255, 0)); in thread_0_entry()
252 status = nx_ip_address_set(&invalid_ip, IP_ADDRESS(1, 2, 3, 4), IP_ADDRESS(255, 255, 255, 0)); in thread_0_entry()
263 status = nx_ip_address_set(&ip_0, IP_ADDRESS(255, 255, 255, 255), IP_ADDRESS(255, 255, 255, 0)); in thread_0_entry()
274 status = nx_ip_address_set(&ip_0, IP_ADDRESS(192, 0, 0, 1), IP_ADDRESS(255, 255, 255, 0)); in thread_0_entry()
Dnetx_api_compile_test.c110 nx_ip_address_set(0, 0, 0); in ntest_0_entry()
Dnetx_ip_basic_test.c166 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 13), 0xFFFFFF00UL); in ntest_0_entry()
Dnetx_ip_invalid_packet_receive_test.c400 nx_ip_address_set(&ip_1, 0, 0); in my_packet_process()
Dnetx_ip_raw_packet_test.c152 status = nx_ip_address_set(&ip_0, IP_ADDRESS(1, 2, 3, 13), 0xFFFFFF00UL); in ntest_0_entry()
Dnetx_caller_check_test.c288 if (nx_ip_address_set(&ip_0, 1, 0) != NX_CALLER_ERROR) in test_process()
Dnetx_tcp_branch_test.c1017 nx_ip_address_set(&ip_0, IP_ADDRESS(192,168,100,4), 0xFFFFFF00); in thread_0_entry()
/NetX-Duo-v6.4.1/test/regression/dhcp_test/
Dnetx_dhcp_client_interface_0_only_test.c349 status = nx_ip_address_set(&client_ip, IP_ADDRESS(192,1,1,99), 0xFFFFFF00); in client_thread_entry()
/NetX-Duo-v6.4.1/test/regression/mdns_test/
Dnetx_mdns_run_test_case.c662 nx_ip_address_set(ip_ptr, test_case[steps].pkt_size, 0xFF000000); in netx_mdns_run_test_case()
/NetX-Duo-v6.4.1/common/inc/
Dnx_api.h3236 #define nx_ip_address_set _nx_ip_address_set macro
3428 #define nx_ip_address_set _nxe_ip_address_set macro
3630 UINT nx_ip_address_set(NX_IP *ip_ptr, ULONG ip_address, ULONG network_mask);
/NetX-Duo-v6.4.1/common/
DCMakeLists.txt83 ${CMAKE_CURRENT_LIST_DIR}/src/nx_ip_address_set.c
/NetX-Duo-v6.4.1/docs/
Drevision_history.txt449 nx_ip_address_set.c
1915 nx_ip_address_set.c
2539 nx_ip_address_set.c Added mutex protection