ReactOS 0.4.16-dev-297-gc569aee
|
#include <titypes.h>
Go to the source code of this file.
Functions | |
NTSTATUS | DGReceiveDatagram (PADDRESS_FILE AddrFile, PTDI_CONNECTION_INFORMATION ConnInfo, PCHAR Buffer, ULONG ReceiveLength, ULONG ReceiveFlags, PTDI_CONNECTION_INFORMATION ReturnInfo, PULONG BytesReceived, PDATAGRAM_COMPLETION_ROUTINE Complete, PVOID Context, PIRP Irp) |
BOOLEAN | DGRemoveIRP (PADDRESS_FILE AddrFile, PIRP Irp) |
VOID | DGDeliverData (PADDRESS_FILE AddrFile, PIP_ADDRESS SrcAddress, PIP_ADDRESS DstAddress, USHORT SrcPort, USHORT DstPort, PIP_PACKET IPPacket, UINT DataSize) |
VOID DGDeliverData | ( | PADDRESS_FILE | AddrFile, |
PIP_ADDRESS | SrcAddress, | ||
PIP_ADDRESS | DstAddress, | ||
USHORT | SrcPort, | ||
USHORT | DstPort, | ||
PIP_PACKET | IPPacket, | ||
UINT | DataSize | ||
) |
Definition at line 52 of file datagram.c.
Referenced by RawIpReceive(), and UDPReceive().
NTSTATUS DGReceiveDatagram | ( | PADDRESS_FILE | AddrFile, |
PTDI_CONNECTION_INFORMATION | ConnInfo, | ||
PCHAR | Buffer, | ||
ULONG | ReceiveLength, | ||
ULONG | ReceiveFlags, | ||
PTDI_CONNECTION_INFORMATION | ReturnInfo, | ||
PULONG | BytesReceived, | ||
PDATAGRAM_COMPLETION_ROUTINE | Complete, | ||
PVOID | Context, | ||
PIRP | Irp | ||
) |
Definition at line 226 of file datagram.c.
Referenced by DispTdiReceiveDatagram().
BOOLEAN DGRemoveIRP | ( | PADDRESS_FILE | AddrFile, |
PIRP | Irp | ||
) |
Definition at line 13 of file datagram.c.
Referenced by DispCancelRequest().