|
ReactOS 0.4.16-dev-1946-g52006dd
|
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| PTRANSPORT_ADDRESS TaBuildNullTransportAddress | ( | UINT | AddressType | ) |
Definition at line 123 of file tdiconn.c.
Referenced by AfdPacketSocketWriteData(), and AfdStreamSocketConnect().
| PTRANSPORT_ADDRESS TaCopyTransportAddress | ( | PTRANSPORT_ADDRESS | OtherAddress | ) |
Definition at line 90 of file tdiconn.c.
Referenced by AfdBindSocket(), AfdStreamSocketConnect(), PacketSocketRecvComplete(), and SatisfyAccept().
| VOID TaCopyTransportAddressInPlace | ( | PTRANSPORT_ADDRESS | Target, |
| PTRANSPORT_ADDRESS | Source | ||
| ) |
Definition at line 84 of file tdiconn.c.
Referenced by ListenComplete(), SatisfyPreAccept(), TaCopyTransportAddress(), and TdiOpenAddressFile().
| UINT TaLengthOfAddress | ( | PTA_ADDRESS | Addr | ) |
Definition at line 42 of file tdiconn.c.
Referenced by TaLengthOfTransportAddress().
| UINT TaLengthOfTransportAddress | ( | PTRANSPORT_ADDRESS | Addr | ) |
Definition at line 56 of file tdiconn.c.
Referenced by TaCopyTransportAddress(), and TaCopyTransportAddressInPlace().
Definition at line 70 of file tdiconn.c.
Referenced by TaBuildNullTransportAddress(), TdiBuildNullConnectionInfo(), and TdiBuildNullConnectionInfoInPlace().
Definition at line 23 of file tdiconn.c.
Referenced by TaLengthOfTransportAddressByType(), and TdiBuildNullTransportAddressInPlace().
| NTSTATUS TdiBuildConnectionInfo | ( | PTDI_CONNECTION_INFORMATION * | ConnectionInfo, |
| PTRANSPORT_ADDRESS | Address | ||
| ) |
Definition at line 246 of file tdiconn.c.
Referenced by AfdBindSocket(), AfdConnectedSocketWriteData(), AfdPacketSocketWriteData(), AfdStreamSocketConnect(), SatisfyAccept(), and TdiConnectionInfoFromSocketAddress().
| NTSTATUS TdiBuildConnectionInfoInPlace | ( | PTDI_CONNECTION_INFORMATION | ConnectionInfo, |
| PTRANSPORT_ADDRESS | Address | ||
| ) |
Definition at line 228 of file tdiconn.c.
Referenced by TdiBuildConnectionInfo().
| NTSTATUS TdiBuildNullConnectionInfo | ( | PTDI_CONNECTION_INFORMATION * | ConnectionInfo, |
| ULONG | Type | ||
| ) |
Builds a NULL TDI connection information structure.
| ConnectionInfo | = Address of buffer pointer to allocate connection information in |
| Type | = TDI style address type (TDI_ADDRESS_TYPE_XXX). |
Definition at line 180 of file tdiconn.c.
Referenced by TdiBuildConnectionInfo().
| NTSTATUS TdiBuildNullConnectionInfoInPlace | ( | PTDI_CONNECTION_INFORMATION | ConnInfo, |
| ULONG | Type | ||
| ) |
Builds a NULL TDI connection information structure.
| ConnectionInfo | = Address of buffer to place connection information |
| Type | = TDI style address type (TDI_ADDRESS_TYPE_XXX). |
Definition at line 146 of file tdiconn.c.
Referenced by TdiBuildNullConnectionInfo().
| NTSTATUS TdiBuildNullTransportAddressInPlace | ( | PTRANSPORT_ADDRESS | A, |
| UINT | AddressType | ||
| ) |
Definition at line 108 of file tdiconn.c.
Referenced by TaBuildNullTransportAddress(), and TdiBuildNullConnectionInfoInPlace().