:orphan: .. index:: pair: struct; tarpc_accept_ex_in .. _doxid-structtarpc__accept__ex__in: struct tarpc_accept_ex_in ========================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_accept_ex_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :ref:`fd`; tarpc_int :ref:`fd_a`; tarpc_ptr :ref:`out_buf`; :ref:`tarpc_size_t` :ref:`buflen`; :ref:`tarpc_size_t` :ref:`laddr_len`; :ref:`tarpc_size_t` :ref:`raddr_len`; :ref:`tarpc_size_t` :ref:`count`; :ref:`tarpc_overlapped` :ref:`overlapped`; }; .. _details-structtarpc__accept__ex__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; fd .. _doxid-structtarpc__accept__ex__in_1abf4a8838db771941b34fb86d5789a461: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int fd TA-local socket .. index:: pair: variable; fd_a .. _doxid-structtarpc__accept__ex__in_1abd88cdb6e6d09cf817f2906776c936f3: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int fd_a TA-local socket to wich the connection will be actually made .. index:: pair: variable; out_buf .. _doxid-structtarpc__accept__ex__in_1a87ab662bef11364fa37046596ef911d3: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_ptr out_buf Pointer to a buffer that receives the first block of data, the local address, and the remote address. .. index:: pair: variable; buflen .. _doxid-structtarpc__accept__ex__in_1a1e25f582ac29a350b894fc05b1b213be: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` buflen Length of the buffer passed to the AcceptEx() .. index:: pair: variable; laddr_len .. _doxid-structtarpc__accept__ex__in_1a04a4f3e989659e1600f672b8d462e07e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` laddr_len Number of bytes reserved for the local address information .. index:: pair: variable; raddr_len .. _doxid-structtarpc__accept__ex__in_1afeeb9cb3799bf8d7335795b51483267e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` raddr_len Number of bytes reserved for the remote address information .. index:: pair: variable; count .. _doxid-structtarpc__accept__ex__in_1a6b5376493c6e99c26e6db1954b840a86: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` count Location for count of received bytes .. index:: pair: variable; overlapped .. _doxid-structtarpc__accept__ex__in_1a4da6520858d4737f766c8d84e97f9e82: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_overlapped` overlapped WSAOVERLAPPED structure