Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/addons/BSD/
Dnxd_bsd.c525 INT master_socket_index; in nx_bsd_timeout_process() local
607master_socket_index = (bsd_socket_ptr -> nx_bsd_socket_union_id).nx_bsd_socket_master_socket_id; in nx_bsd_timeout_process()
609 … nx_bsd_socket_array[master_socket_index].nx_bsd_socket_status_flags |= NX_BSD_SOCKET_ERROR; in nx_bsd_timeout_process()
610 nx_bsd_set_error_code(&nx_bsd_socket_array[master_socket_index], status); in nx_bsd_timeout_process()
612 … nx_bsd_select_wakeup((UINT)master_socket_index, (FDSET_READ | FDSET_WRITE | FDSET_EXCEPTION)); in nx_bsd_timeout_process()
8436 UINT master_socket_index; in nx_bsd_tcp_establish_notify() local
8451 master_socket_index = NX_BSD_MAX_SOCKETS; in nx_bsd_tcp_establish_notify()
8487master_socket_index = (UINT)(nx_bsd_socket_array[bsd_socket_index].nx_bsd_socket_union_id.nx_bsd_… in nx_bsd_tcp_establish_notify()
8490 … nx_bsd_socket_array[master_socket_index].nx_bsd_socket_status_flags |= NX_BSD_SOCKET_CONNECTED; in nx_bsd_tcp_establish_notify()
8492 …nx_bsd_socket_array[master_socket_index].nx_bsd_socket_status_flags |= NX_BSD_SOCKET_CONNECTION_RE… in nx_bsd_tcp_establish_notify()
[all …]