Home
last modified time | relevance | path

Searched refs:nx_udp_socket_checksum_disable (Results 1 – 25 of 27) sorted by relevance

12

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_basic_processing_test.c248 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
349 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_api_compile_test.c280 nx_udp_socket_checksum_disable(0); in ntest_0_entry()
Dnetx_caller_check_test.c906 if (nx_udp_socket_checksum_disable(&udp_socket) == NX_CALLER_ERROR) in thread_0_entry()
943 if (nx_udp_socket_checksum_disable(&udp_socket) != NX_CALLER_ERROR) in thread_0_entry()
986 if (nx_udp_socket_checksum_disable(&udp_socket) == NX_CALLER_ERROR) in thread_0_entry()
Dnetx_udp_nxe_api_test.c789 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
1101 status = nx_udp_socket_checksum_disable(NX_NULL); in thread_0_entry()
1109 status = nx_udp_socket_checksum_disable(&socket_1); in thread_0_entry()
Dnetx_ip_fragmentation_test.c202 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_ipv4_interface2_test_1_test.c200 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_tunnel_ipv4_ipv4_basic_test.c222 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ip_fragmentation_order_test.c195 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_tunnel_ipv4_ipv6_basic_test.c248 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_tunnel_ipv6_ipv4_basic_test.c251 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_tunnel_ipv6_ipv6_basic_test.c255 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_ipv6_interface2_test_1_test.c237 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_udp_packet_receive_test.c223 status = nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
/NetX-Duo-v6.2.1/samples/
Ddemo_netx_auto_ip.c195 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Ddemo_netx_duo_udp.c265 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Ddemo_netx_ppp.c224 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/mdns_test/
Dnetx_mdns_read_overflow_test.c328 nx_udp_socket_checksum_disable(&(mdns_0.nx_mdns_socket)); in ntest_0_entry()
/NetX-Duo-v6.2.1/test/regression/ppp_test/
Dnetx_ppp_IPCP_retransmit_test.c209 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ppp_acfc_option_test.c240 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ppp_check_boundary_test.c233 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ppp_pfc_option_test.c240 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ppp_IPCP_nak_test.c225 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
Dnetx_ppp_pap_basic_test.c245 nx_udp_socket_checksum_disable(&socket_0); in thread_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h3368 #define nx_udp_socket_checksum_disable _nx_udp_socket_checksum_disable macro
3559 #define nx_udp_socket_checksum_disable _nxe_udp_socket_checksum_disable macro
3867 UINT nx_udp_socket_checksum_disable(NX_UDP_SOCKET *socket_ptr);
/NetX-Duo-v6.2.1/common/
DCMakeLists.txt293 ${CMAKE_CURRENT_LIST_DIR}/src/nx_udp_socket_checksum_disable.c

12