Home
last modified time | relevance | path

Searched refs:tcp_socket_queue_depth_notify (Results 1 – 5 of 5) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnxe_tcp_socket_queue_depth_notify_set.c79 …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()
Dnx_tcp_socket_queue_depth_notify_set.c79 …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()
/NetX-Duo-v6.2.1/test/regression/netxduo_test/
Dnetx_tcp_nxe_api_test.c38 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
/NetX-Duo-v6.2.1/common/inc/
Dnx_tcp.h286 …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…
Dnx_api.h3835 VOID (*tcp_socket_queue_depth_notify)(NX_TCP_SOCKET *));