ReactOS 0.4.16-dev-297-gc569aee
|
#include <afd.h>
Go to the source code of this file.
Functions | |
UINT | TdiAddressSizeFromType (UINT AddressType) |
UINT | TaLengthOfAddress (PTA_ADDRESS Addr) |
UINT | TaLengthOfTransportAddress (PTRANSPORT_ADDRESS Addr) |
UINT | TaLengthOfTransportAddressByType (UINT AddressType) |
VOID | TaCopyTransportAddressInPlace (PTRANSPORT_ADDRESS Target, PTRANSPORT_ADDRESS Source) |
PTRANSPORT_ADDRESS | TaCopyTransportAddress (PTRANSPORT_ADDRESS OtherAddress) |
NTSTATUS | TdiBuildNullTransportAddressInPlace (PTRANSPORT_ADDRESS A, UINT AddressType) |
PTRANSPORT_ADDRESS | TaBuildNullTransportAddress (UINT AddressType) |
NTSTATUS | TdiBuildNullConnectionInfoInPlace (PTDI_CONNECTION_INFORMATION ConnInfo, ULONG Type) |
NTSTATUS | TdiBuildNullConnectionInfo (PTDI_CONNECTION_INFORMATION *ConnectionInfo, ULONG Type) |
NTSTATUS | TdiBuildConnectionInfoInPlace (PTDI_CONNECTION_INFORMATION ConnectionInfo, PTRANSPORT_ADDRESS Address) |
NTSTATUS | TdiBuildConnectionInfo (PTDI_CONNECTION_INFORMATION *ConnectionInfo, PTRANSPORT_ADDRESS Address) |
PTRANSPORT_ADDRESS TaBuildNullTransportAddress | ( | UINT | AddressType | ) |
Definition at line 113 of file tdiconn.c.
Referenced by AfdPacketSocketWriteData(), and AfdStreamSocketConnect().
PTRANSPORT_ADDRESS TaCopyTransportAddress | ( | PTRANSPORT_ADDRESS | OtherAddress | ) |
Definition at line 80 of file tdiconn.c.
Referenced by AfdBindSocket(), AfdStreamSocketConnect(), PacketSocketRecvComplete(), and SatisfyAccept().
VOID TaCopyTransportAddressInPlace | ( | PTRANSPORT_ADDRESS | Target, |
PTRANSPORT_ADDRESS | Source | ||
) |
Definition at line 74 of file tdiconn.c.
Referenced by ListenComplete(), SatisfyPreAccept(), TaCopyTransportAddress(), and TdiOpenAddressFile().
UINT TaLengthOfAddress | ( | PTA_ADDRESS | Addr | ) |
Definition at line 32 of file tdiconn.c.
Referenced by TaLengthOfTransportAddress().
UINT TaLengthOfTransportAddress | ( | PTRANSPORT_ADDRESS | Addr | ) |
Definition at line 46 of file tdiconn.c.
Referenced by AfdGetPeerName(), TaCopyTransportAddress(), TaCopyTransportAddressInPlace(), and TdiOpenAddressFile().
Definition at line 60 of file tdiconn.c.
Referenced by TaBuildNullTransportAddress(), TdiBuildNullConnectionInfo(), and TdiBuildNullConnectionInfoInPlace().
Definition at line 13 of file tdiconn.c.
Referenced by TaLengthOfTransportAddressByType(), and TdiBuildNullTransportAddressInPlace().
NTSTATUS TdiBuildConnectionInfo | ( | PTDI_CONNECTION_INFORMATION * | ConnectionInfo, |
PTRANSPORT_ADDRESS | Address | ||
) |
Definition at line 236 of file tdiconn.c.
Referenced by AfdBindSocket(), AfdConnectedSocketWriteData(), AfdPacketSocketWriteData(), AfdStreamSocketConnect(), and SatisfyAccept().
NTSTATUS TdiBuildConnectionInfoInPlace | ( | PTDI_CONNECTION_INFORMATION | ConnectionInfo, |
PTRANSPORT_ADDRESS | Address | ||
) |
Definition at line 218 of file tdiconn.c.
Referenced by TdiBuildConnectionInfo().
NTSTATUS TdiBuildNullConnectionInfo | ( | PTDI_CONNECTION_INFORMATION * | ConnectionInfo, |
ULONG | Type | ||
) |
Definition at line 170 of file tdiconn.c.
Referenced by AfdListenSocket(), ListenComplete(), and TdiBuildConnectionInfo().
NTSTATUS TdiBuildNullConnectionInfoInPlace | ( | PTDI_CONNECTION_INFORMATION | ConnInfo, |
ULONG | Type | ||
) |
Definition at line 136 of file tdiconn.c.
Referenced by ListenComplete(), and TdiBuildNullConnectionInfo().
NTSTATUS TdiBuildNullTransportAddressInPlace | ( | PTRANSPORT_ADDRESS | A, |
UINT | AddressType | ||
) |
Definition at line 98 of file tdiconn.c.
Referenced by TaBuildNullTransportAddress(), and TdiBuildNullConnectionInfoInPlace().