Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c8356 UINT bsd_socket_index; in nx_bsd_tcp_receive_notify() local
8359 bsd_socket_index = (UINT) socket_ptr -> nx_tcp_socket_reserved_ptr; in nx_bsd_tcp_receive_notify()
8362 if (bsd_socket_index >= NX_BSD_MAX_SOCKETS) in nx_bsd_tcp_receive_notify()
8378 nx_bsd_select_wakeup(bsd_socket_index, FDSET_READ); in nx_bsd_tcp_receive_notify()
8435 UINT bsd_socket_index; in nx_bsd_tcp_establish_notify() local
8439 bsd_socket_index = (UINT) socket_ptr -> nx_tcp_socket_reserved_ptr; in nx_bsd_tcp_establish_notify()
8442 if (bsd_socket_index >= NX_BSD_MAX_SOCKETS) in nx_bsd_tcp_establish_notify()
8454 nx_bsd_socket_array[bsd_socket_index].nx_bsd_socket_status_flags |= NX_BSD_SOCKET_CONNECTED; in nx_bsd_tcp_establish_notify()
8456 …nx_bsd_socket_array[bsd_socket_index].nx_bsd_socket_status_flags |= NX_BSD_SOCKET_CONNECTION_REQU… in nx_bsd_tcp_establish_notify()
8459 …nx_bsd_socket_array[bsd_socket_index].nx_bsd_socket_status_flags &= (ULONG)(~NX_BSD_SOCKET_ENABLE_… in nx_bsd_tcp_establish_notify()
[all …]
Dnxd_bsd.h1027 VOID nx_bsd_raw_receive_notify(NX_IP *ip_ptr, UINT bsd_socket_index);