Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/addons/BSD/
Dnxd_bsd.c152 static UINT nx_bsd_tcp_syn_received_notify(NX_TCP_SOCKET *socket_ptr, NX_PACKET *packet_ptr);
976 tcp_socket_ptr -> nx_tcp_socket_syn_received_notify = nx_bsd_tcp_syn_received_notify; in nx_bsd_socket()
10445 static UINT nx_bsd_tcp_syn_received_notify(NX_TCP_SOCKET *socket_ptr, NX_PACKET *packet_ptr) in nx_bsd_tcp_syn_received_notify() function
10865 ret = nx_bsd_tcp_syn_received_notify(socket_ptr, packet_ptr); in nx_bsd_tcp_pending_connection()