ReactOS 0.4.16-dev-823-g9a093ec
|
Public Attributes | |
RpcConnection | common |
int | sock |
HANDLE | sock_event |
HANDLE | cancel_event |
Definition at line 1370 of file rpc_transport.c.
HANDLE _RpcConnection_tcp::cancel_event |
Definition at line 1375 of file rpc_transport.c.
Referenced by rpcrt4_conn_tcp_cancel_call(), rpcrt4_conn_tcp_close(), rpcrt4_sock_wait_for_recv(), and rpcrt4_sock_wait_init().
RpcConnection _RpcConnection_tcp::common |
Definition at line 1372 of file rpc_transport.c.
Referenced by rpcrt4_conn_tcp_alloc(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), and rpcrt4_protseq_sock_wait_for_new_connection().
int _RpcConnection_tcp::sock |
Definition at line 1373 of file rpc_transport.c.
Referenced by rpcrt4_conn_tcp_alloc(), rpcrt4_conn_tcp_close(), rpcrt4_conn_tcp_close_read(), rpcrt4_conn_tcp_read(), rpcrt4_conn_tcp_write(), rpcrt4_ncacn_ip_tcp_open(), rpcrt4_protseq_ncacn_ip_tcp_open_endpoint(), rpcrt4_protseq_sock_get_wait_array(), rpcrt4_sock_wait_for_recv(), and rpcrt4_sock_wait_for_send().
HANDLE _RpcConnection_tcp::sock_event |
Definition at line 1374 of file rpc_transport.c.
Referenced by rpcrt4_conn_tcp_close(), rpcrt4_protseq_sock_get_wait_array(), rpcrt4_protseq_sock_wait_for_new_connection(), rpcrt4_sock_wait_for_recv(), rpcrt4_sock_wait_for_send(), and rpcrt4_sock_wait_init().