Searched refs:tcp_socket_queue_depth_notify (Results 1 – 5 of 5) sorted by relevance
79 …ket_queue_depth_notify_set(NX_TCP_SOCKET *socket_ptr, VOID (*tcp_socket_queue_depth_notify)(NX_TC… in _nxe_tcp_socket_queue_depth_notify_set()93 if (tcp_socket_queue_depth_notify == NX_NULL) in _nxe_tcp_socket_queue_depth_notify_set()108 status = _nx_tcp_socket_queue_depth_notify_set(socket_ptr, tcp_socket_queue_depth_notify); in _nxe_tcp_socket_queue_depth_notify_set()115 NX_PARAMETER_NOT_USED(tcp_socket_queue_depth_notify); in _nxe_tcp_socket_queue_depth_notify_set()
79 …ket_queue_depth_notify_set(NX_TCP_SOCKET *socket_ptr, VOID (*tcp_socket_queue_depth_notify)(NX_TC… in _nx_tcp_socket_queue_depth_notify_set()91 socket_ptr -> nx_tcp_socket_queue_depth_notify = tcp_socket_queue_depth_notify; in _nx_tcp_socket_queue_depth_notify_set()104 NX_PARAMETER_NOT_USED(tcp_socket_queue_depth_notify); in _nx_tcp_socket_queue_depth_notify_set()
38 static void tcp_socket_queue_depth_notify(NX_TCP_SOCKET *socket_ptr);1687 status = nx_tcp_socket_queue_depth_notify_set(NX_NULL, tcp_socket_queue_depth_notify); in thread_0_entry()1701 status = nx_tcp_socket_queue_depth_notify_set(&invalid_socket, tcp_socket_queue_depth_notify); in thread_0_entry()1730 status = nx_tcp_socket_queue_depth_notify_set(&invalid_socket, tcp_socket_queue_depth_notify); in thread_0_entry()2272 static void tcp_socket_queue_depth_notify(NX_TCP_SOCKET *socket_ptr) in tcp_socket_queue_depth_notify() function
286 …ket_queue_depth_notify_set(NX_TCP_SOCKET *socket_ptr, VOID (*tcp_socket_queue_depth_notify)(NX_TC…405 …ket_queue_depth_notify_set(NX_TCP_SOCKET *socket_ptr, VOID (*tcp_socket_queue_depth_notify)(NX_TC…
3835 VOID (*tcp_socket_queue_depth_notify)(NX_TCP_SOCKET *));