Searched refs:nx_udp_socket_bound_next (Results 1 – 17 of 17) sorted by relevance
191 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 …]
217 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()
85 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_checksum_disable()
85 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_checksum_enable()
86 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_port_get()
89 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_bytes_available()
92 if (socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_delete()
138 search_ptr = search_ptr -> nx_udp_socket_bound_next; in _nx_udp_free_port_find()
117 socket_ptr -> nx_udp_socket_bound_next = NX_NULL; in _nx_udp_socket_create()
120 if (!socket_ptr -> nx_udp_socket_bound_next) in _nx_udp_socket_receive()
279 socket_ptr = socket_ptr -> nx_udp_socket_bound_next; in _nx_udp_packet_receive()
336 if (!socket_ptr -> nx_udp_socket_bound_next) in _nxd_udp_socket_send()
299 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()
433 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()
4387 udp_search_ptr = udp_search_ptr -> nx_udp_socket_bound_next; in _nx_nat_socket_port_verify()
1852 *nx_udp_socket_bound_next, member
5249 if(udp_socket_ptr -> nx_udp_socket_bound_next) in nx_bsd_soc_close()