rxce.h header
This header is used by ifsk. For more information, see:
rxce.h contains the following programming interfaces:
Functions
RxCeAllocateIrpWithMDL RxCeAllocateIrpWithMDL allocates an IRP and associates it with an existing memory descriptor list. |
RxCeBuildAddress RxCeBuildAddress associates a transport address with a transport binding. |
RxCeBuildConnection RxCeBuildConnection establishes a connection between a local RDBSS connection address and a given remote address. |
RxCeBuildConnectionOverMultipleTransports RxCeBuildConnectionOverMultipleTransports establishes a connection between a local RDBSS connection address and a given remote address and supports multiple transports. |
RxCeBuildTransport RxCeBuildTransport binds an RDBSS transport object to a specified transport name. |
RxCeBuildVC RxCeBuildVC adds a virtual circuit to a specified RDBSS connection.. |
RxCeCancelConnectRequest RxCeCancelConnectRequest cancels a previously issued connection request. Note that this routine is not currently implemented. |
RxCeFreeIrp RxCeFreeIrp frees an IRP. |
RxCeInitiateVCDisconnect RxCeInitiateVCDisconnect initiates a disconnect on the virtual circuit. |
RxCeQueryAdapterStatus RxCeQueryAdapterStatus returns the ADAPTER_STATUS structure for a given transport in a caller-allocated buffer. |
RxCeQueryInformation RxCeQueryInformation queries information about a connection in a caller-allocated buffer. |
RxCeQueryTransportInformation RxCeQueryTransportInformation queries transport information for a given transport. |
RxCeSend RxCeSend sends a transport service data unit (TSDU) along the specified connection on a virtual circuit. |
RxCeSendDatagram RxCeSendDatagram sends a transport service data unit (TSDU) along the specified connection on a virtual circuit. |
RxCeTearDownAddress RxCeTearDownAddress deregisters a transport address from a transport binding. |
RxCeTearDownConnection RxCeTearDownConnection tears down a given connection between a local RDBSS connection address and a remote address. |
RxCeTearDownTransport RxCeTearDownTransport unbinds an RDBSS transport object. |
RxCeTearDownVC RxCeTearDownVC deregisters a virtual circuit from a specified RDBSS connection. |