Home
last modified time | relevance | path

Searched refs:nx_tcp_socket_queue_depth_notify (Results 1 – 3 of 3) sorted by relevance

/NetX-Duo-v6.2.1/common/src/
Dnx_tcp_socket_queue_depth_notify_set.c91 socket_ptr -> nx_tcp_socket_queue_depth_notify = tcp_socket_queue_depth_notify; in _nx_tcp_socket_queue_depth_notify_set()
Dnx_tcp_socket_state_ack_check.c591 if (socket_ptr -> nx_tcp_socket_queue_depth_notify) in _nx_tcp_socket_state_ack_check()
601 (socket_ptr -> nx_tcp_socket_queue_depth_notify)(socket_ptr); in _nx_tcp_socket_state_ack_check()
/NetX-Duo-v6.2.1/common/inc/
Dnx_api.h2164 VOID (*nx_tcp_socket_queue_depth_notify)(struct NX_TCP_SOCKET_STRUCT *socket_ptr); member