|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <tdi.h>

Public Attributes | |
| LONG | UserDataLength |
| PVOID | UserData |
| LONG | OptionsLength |
| PVOID | Options |
| LONG | RemoteAddressLength |
| PVOID | RemoteAddress |
| PVOID _TDI_CONNECTION_INFORMATION::Options |
Definition at line 43 of file tdi.h.
Referenced by TestTcpConnect().
| LONG _TDI_CONNECTION_INFORMATION::OptionsLength |
Definition at line 42 of file tdi.h.
Referenced by StartListening(), TdiBuildNullConnectionInfoInPlace(), TdiConnectionInfoFromSocketAddress(), TestTcpConnect(), and WskConnect().
| PVOID _TDI_CONNECTION_INFORMATION::RemoteAddress |
Definition at line 45 of file tdi.h.
Referenced by AfdPacketSocketWriteData(), AfdSendTo(), DGDeliverData(), DGReceiveDatagram(), DispEchoRequest(), ListenComplete(), RawIPSendDatagram(), SatisfyAccept(), SatisfyPreAccept(), TCPCheckPeerForAccept(), TCPConnect(), TdiBuildConnectionInfoInPlace(), TdiBuildNullConnectionInfo(), TdiBuildNullConnectionInfoInPlace(), TdiReceiveDatagram(), TdiSendDatagram(), TestTcpConnect(), UDPSendDatagram(), and WSPSendTo().
| LONG _TDI_CONNECTION_INFORMATION::RemoteAddressLength |
Definition at line 44 of file tdi.h.
Referenced by AfdSendTo(), DGReceiveDatagram(), DispEchoRequest(), TdiBuildConnectionInfoInPlace(), TdiBuildNullConnectionInfo(), TdiBuildNullConnectionInfoInPlace(), TdiReceiveDatagram(), TdiSendDatagram(), TestTcpConnect(), and WSPSendTo().
| PVOID _TDI_CONNECTION_INFORMATION::UserData |
Definition at line 41 of file tdi.h.
Referenced by TestTcpConnect().
| LONG _TDI_CONNECTION_INFORMATION::UserDataLength |
Definition at line 40 of file tdi.h.
Referenced by TestTcpConnect().