Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c180 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
186 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
192 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
198 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
204 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
210 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
216 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
225 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
238 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
244 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
[all …]
Dnetx_udp_nxe_api_test.c369 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
379 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
498 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
508 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
773 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
780 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
827 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
834 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
850 socket_0.nx_udp_socket_id = 0; in thread_0_entry()
857 socket_0.nx_udp_socket_id = NX_UDP_ID; in thread_0_entry()
[all …]
Dnetx_udp_packet_receive_test.c652 socket_1.nx_udp_socket_id = 1234; in my_udp_packet_receive()
654 socket_1.nx_udp_socket_id = NX_UDP_ID; in my_udp_packet_receive()
/NetX-Duo-v6.2.1/common/src/
Dnxe_udp_socket_receive_notify.c82 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_receive_notify()
Dnxe_udp_socket_checksum_disable.c84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_checksum_disable()
Dnxe_udp_socket_checksum_enable.c83 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_checksum_enable()
Dnxe_udp_socket_delete.c84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_delete()
Dnxe_udp_socket_unbind.c84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_unbind()
Dnxe_udp_socket_bytes_available.c85 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (bytes_available =… in _nxe_udp_socket_bytes_available()
Dnxe_udp_socket_port_get.c85 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (port_ptr == NX_NU… in _nxe_udp_socket_port_get()
Dnxe_udp_socket_vlan_priority_set.c76 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_vlan_priority_set()
Dnxe_udp_socket_receive.c86 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (packet_ptr == NX_… in _nxe_udp_socket_receive()
Dnxe_udp_socket_bind.c86 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_bind()
Dnxe_udp_socket_info_get.c100 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_info_get()
Dnx_udp_receive_cleanup.c92 (socket_ptr -> nx_udp_socket_id == NX_UDP_ID)) in _nx_udp_receive_cleanup()
Dnx_udp_socket_delete.c108 socket_ptr -> nx_udp_socket_id = 0; in _nx_udp_socket_delete()
Dnx_udp_bind_cleanup.c94 (socket_ptr -> nx_udp_socket_id == NX_UDP_ID)) in _nx_udp_bind_cleanup()
Dnxe_udp_socket_send.c105 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || in _nxe_udp_socket_send()
Dnxde_udp_socket_source_send.c97 …packet_ptr == NX_NULL) || (ip_address == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxde_udp_socket_source_send()
Dnxe_udp_socket_source_send.c103 if ((socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || in _nxe_udp_socket_source_send()
Dnxde_udp_socket_send.c104 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (ip_address == NX_… in _nxde_udp_socket_send()
Dnx_udp_socket_create.c149 socket_ptr -> nx_udp_socket_id = NX_UDP_ID; in _nx_udp_socket_create()
Dnx_udp_packet_receive.c351 if (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) in _nx_udp_packet_receive()
/NetX-Duo-v6.2.1/test/regression/rtp_test/
Dnetx_rtp_session_packet_send_test.c176 temp_socket_id = rtp_session_0.nx_rtp_sender -> nx_rtp_sender_rtp_socket.nx_udp_socket_id; in ntest_0_entry()
177 rtp_session_0.nx_rtp_sender -> nx_rtp_sender_rtp_socket.nx_udp_socket_id = 0; in ntest_0_entry()
182 rtp_session_0.nx_rtp_sender -> nx_rtp_sender_rtp_socket.nx_udp_socket_id = temp_socket_id; in ntest_0_entry()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1798 ULONG nx_udp_socket_id; member