Home
last modified time | relevance | path

Searched refs:nx_udp_socket_disable_checksum (Results 1 – 8 of 8) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_socket_checksum_disable.c96 socket_ptr -> nx_udp_socket_disable_checksum = NX_TRUE; in _nx_udp_socket_checksum_disable()
Dnx_udp_socket_checksum_enable.c96 socket_ptr -> nx_udp_socket_disable_checksum = NX_FALSE; in _nx_udp_socket_checksum_enable()
Dnx_udp_socket_create.c111 socket_ptr -> nx_udp_socket_disable_checksum = NX_FALSE; in _nx_udp_socket_create()
Dnx_udp_socket_receive.c281 …if ((!socket_ptr -> nx_udp_socket_disable_checksum && (*(temp_ptr + 1) & NX_LOWER_16_MASK)) || /* … in _nx_udp_socket_receive()
Dnxd_udp_socket_send.c541 if ((!socket_ptr -> nx_udp_socket_disable_checksum) || in _nxd_udp_socket_send()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c348 socket_0.nx_udp_socket_disable_checksum = 1; in thread_0_entry()
353 socket_0.nx_udp_socket_disable_checksum = 0; in thread_0_entry()
/NetX-Duo-v6.2.1/test/regression/dhcp_test/
Dnetx_dhcp_coverage_test.c582 dhcp_client.nx_dhcp_socket.nx_udp_socket_disable_checksum = NX_TRUE; in client_thread_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1829 UCHAR nx_udp_socket_disable_checksum; member