Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/common/src/
Dnx_udp_socket_unbind.c191 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_unbind()
237 if (socket_ptr -> nx_udp_socket_bound_next == socket_ptr) in _nx_udp_socket_unbind()
244 socket_ptr -> nx_udp_socket_bound_next = NX_NULL; in _nx_udp_socket_unbind()
252 (socket_ptr -> nx_udp_socket_bound_next) -> nx_udp_socket_bound_previous = in _nx_udp_socket_unbind()
254 (socket_ptr -> nx_udp_socket_bound_previous) -> nx_udp_socket_bound_next = in _nx_udp_socket_unbind()
255 socket_ptr -> nx_udp_socket_bound_next; in _nx_udp_socket_unbind()
263 ip_ptr -> nx_ip_udp_port_table[index] = socket_ptr -> nx_udp_socket_bound_next; in _nx_udp_socket_unbind()
267 socket_ptr -> nx_udp_socket_bound_next = NX_NULL; in _nx_udp_socket_unbind()
400 new_socket_ptr -> nx_udp_socket_bound_next = in _nx_udp_socket_unbind()
404 …_ptr -> nx_ip_udp_port_table[index]) -> nx_udp_socket_bound_previous) -> nx_udp_socket_bound_next = in _nx_udp_socket_unbind()
[all …]
Dnx_udp_socket_bind.c217 if ((socket_ptr -> nx_udp_socket_bound_next) || in _nx_udp_socket_bind()
297 search_ptr = search_ptr -> nx_udp_socket_bound_next; in _nx_udp_socket_bind()
316 socket_ptr -> nx_udp_socket_bound_next = ip_ptr -> nx_ip_udp_port_table[index]; in _nx_udp_socket_bind()
318 …x_ip_udp_port_table[index]) -> nx_udp_socket_bound_previous) -> nx_udp_socket_bound_next = socket_… in _nx_udp_socket_bind()
326 socket_ptr -> nx_udp_socket_bound_next = socket_ptr; in _nx_udp_socket_bind()
Dnx_udp_socket_checksum_disable.c85 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_checksum_disable()
Dnx_udp_socket_checksum_enable.c85 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_checksum_enable()
Dnx_udp_socket_port_get.c86 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_port_get()
Dnx_udp_socket_bytes_available.c89 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_bytes_available()
Dnx_udp_socket_delete.c92 if (socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_delete()
Dnx_udp_free_port_find.c138 search_ptr = search_ptr -> nx_udp_socket_bound_next; in _nx_udp_free_port_find()
Dnx_udp_socket_create.c117 socket_ptr -> nx_udp_socket_bound_next = NX_NULL; in _nx_udp_socket_create()
Dnx_udp_socket_receive.c120 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_receive()
Dnx_udp_packet_receive.c279 socket_ptr = socket_ptr -> nx_udp_socket_bound_next; in _nx_udp_packet_receive()
Dnxd_udp_socket_send.c336 if (!socket_ptr -> nx_udp_socket_bound_next) in _nxd_udp_socket_send()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_udp_branch_test.c299 temp_socket = socket_0.nx_udp_socket_bound_next; in thread_0_entry()
300 socket_0.nx_udp_socket_bound_next = NX_NULL; in thread_0_entry()
304 socket_0.nx_udp_socket_bound_next = temp_socket; in thread_0_entry()
Dnetx_udp_nxe_api_test.c433 temp_socket = socket_0.nx_udp_socket_bound_next; in thread_0_entry()
434 socket_0.nx_udp_socket_bound_next = NX_NULL; in thread_0_entry()
444 socket_0.nx_udp_socket_bound_next = temp_socket; in thread_0_entry()
1224 socket_0.nx_udp_socket_bound_next = NX_NULL; in thread_0_entry()
1231 socket_0.nx_udp_socket_bound_next = &socket_0; in thread_0_entry()
/NetX-Duo-v6.2.1/addons/nat/
Dnx_nat.c4387 udp_search_ptr = udp_search_ptr -> nx_udp_socket_bound_next; in _nx_nat_socket_port_verify()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h1852 *nx_udp_socket_bound_next, member
/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c5249 if(udp_socket_ptr -> nx_udp_socket_bound_next) in nx_bsd_soc_close()