Searched refs:nx_udp_socket_id (Results 1 – 25 of 25) sorted by relevance
180 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 …]
369 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 …]
652 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()
82 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_receive_notify()
84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_checksum_disable()
83 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_checksum_enable()
84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_delete()
84 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_unbind()
85 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (bytes_available =… in _nxe_udp_socket_bytes_available()
85 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (port_ptr == NX_NU… in _nxe_udp_socket_port_get()
76 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_vlan_priority_set()
86 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (packet_ptr == NX_… in _nxe_udp_socket_receive()
86 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_bind()
100 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxe_udp_socket_info_get()
92 (socket_ptr -> nx_udp_socket_id == NX_UDP_ID)) in _nx_udp_receive_cleanup()
108 socket_ptr -> nx_udp_socket_id = 0; in _nx_udp_socket_delete()
94 (socket_ptr -> nx_udp_socket_id == NX_UDP_ID)) in _nx_udp_bind_cleanup()
105 if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || in _nxe_udp_socket_send()
97 …packet_ptr == NX_NULL) || (ip_address == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID)) in _nxde_udp_socket_source_send()
103 if ((socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || in _nxe_udp_socket_source_send()
104 …if ((socket_ptr == NX_NULL) || (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) || (ip_address == NX_… in _nxde_udp_socket_send()
149 socket_ptr -> nx_udp_socket_id = NX_UDP_ID; in _nx_udp_socket_create()
351 if (socket_ptr -> nx_udp_socket_id != NX_UDP_ID) in _nx_udp_packet_receive()
176 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()
1798 ULONG nx_udp_socket_id; member