ReactOS 0.4.16-dev-297-gc569aee
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOLEAN | PrepareNextFragment (PIPFRAGMENT_CONTEXT IFC) |
NTSTATUS | IPSendFragment (PNDIS_PACKET NdisPacket, PNEIGHBOR_CACHE_ENTRY NCE, PIPFRAGMENT_CONTEXT IFC) |
VOID | IPSendComplete (PVOID Context, PNDIS_PACKET NdisPacket, NDIS_STATUS NdisStatus) |
NTSTATUS | SendFragments (PIP_PACKET IPPacket, PNEIGHBOR_CACHE_ENTRY NCE, UINT PathMTU) |
NTSTATUS | IPSendDatagram (PIP_PACKET IPPacket, PNEIGHBOR_CACHE_ENTRY NCE) |
VOID IPSendComplete | ( | PVOID | Context, |
PNDIS_PACKET | NdisPacket, | ||
NDIS_STATUS | NdisStatus | ||
) |
Definition at line 18 of file transmit.c.
Referenced by IPSendFragment().
NTSTATUS IPSendDatagram | ( | PIP_PACKET | IPPacket, |
PNEIGHBOR_CACHE_ENTRY | NCE | ||
) |
Definition at line 223 of file transmit.c.
Referenced by ICMPReply(), RawIPSendDatagram(), TCPSendDataCallback(), and UDPSendDatagram().
NTSTATUS IPSendFragment | ( | PNDIS_PACKET | NdisPacket, |
PNEIGHBOR_CACHE_ENTRY | NCE, | ||
PIPFRAGMENT_CONTEXT | IFC | ||
) |
Definition at line 41 of file transmit.c.
Referenced by SendFragments().
BOOLEAN PrepareNextFragment | ( | PIPFRAGMENT_CONTEXT | IFC | ) |
Definition at line 62 of file transmit.c.
Referenced by SendFragments().
NTSTATUS SendFragments | ( | PIP_PACKET | IPPacket, |
PNEIGHBOR_CACHE_ENTRY | NCE, | ||
UINT | PathMTU | ||
) |
Definition at line 132 of file transmit.c.
Referenced by IPSendDatagram().