Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c10769 INT search_index; in nx_bsd_tcp_syn_received_notify() local
10799 search_index = (INT)bsd_socket_index; in nx_bsd_tcp_syn_received_notify()
10816 bsd_socket_ptr = &nx_bsd_socket_array[search_index]; in nx_bsd_tcp_syn_received_notify()
10830 wildcard_match = search_index; in nx_bsd_tcp_syn_received_notify()
10836 receiver_match = search_index; in nx_bsd_tcp_syn_received_notify()
10845 search_index++; in nx_bsd_tcp_syn_received_notify()
10847 if(search_index >= NX_BSD_MAX_SOCKETS) in nx_bsd_tcp_syn_received_notify()
10848 search_index = 0; in nx_bsd_tcp_syn_received_notify()