ReactOS 0.4.16-dev-975-g3b8cfa4
|
#include <transmit.h>
Definition at line 15 of file transmit.h.
UINT IPFRAGMENT_CONTEXT::BytesLeft |
Definition at line 25 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
PVOID IPFRAGMENT_CONTEXT::Data |
Definition at line 23 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
PNDIS_PACKET IPFRAGMENT_CONTEXT::Datagram |
Definition at line 17 of file transmit.h.
Referenced by SendFragments().
PVOID IPFRAGMENT_CONTEXT::DatagramData |
Definition at line 18 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
KEVENT IPFRAGMENT_CONTEXT::Event |
Definition at line 28 of file transmit.h.
Referenced by IPSendComplete(), and SendFragments().
PVOID IPFRAGMENT_CONTEXT::Header |
Definition at line 22 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
UINT IPFRAGMENT_CONTEXT::HeaderSize |
Definition at line 19 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
PNEIGHBOR_CACHE_ENTRY IPFRAGMENT_CONTEXT::NCE |
Definition at line 27 of file transmit.h.
Referenced by SendFragments().
PNDIS_BUFFER IPFRAGMENT_CONTEXT::NdisBuffer |
Definition at line 21 of file transmit.h.
PNDIS_PACKET IPFRAGMENT_CONTEXT::NdisPacket |
Definition at line 20 of file transmit.h.
Referenced by SendFragments().
struct IPFRAGMENT_CONTEXT* IPFRAGMENT_CONTEXT::Next |
Definition at line 16 of file transmit.h.
UINT IPFRAGMENT_CONTEXT::PathMTU |
Definition at line 26 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
UINT IPFRAGMENT_CONTEXT::Position |
Definition at line 24 of file transmit.h.
Referenced by PrepareNextFragment(), and SendFragments().
NDIS_STATUS IPFRAGMENT_CONTEXT::Status |
Definition at line 29 of file transmit.h.
Referenced by IPSendComplete(), and SendFragments().