ReactOS 0.4.16-dev-737-g3368adc
|
#include <ip.h>
PUCHAR _IP_INTERFACE::Address |
Definition at line 165 of file ip.h.
Referenced by IPAddInterfaceRoute(), IPCreateInterface(), and TCPInterfaceInit().
UINT _IP_INTERFACE::AddressLength |
Definition at line 166 of file ip.h.
Referenced by IPAddInterfaceRoute(), IPCreateInterface(), and TCPInterfaceInit().
IP_ADDRESS _IP_INTERFACE::Broadcast |
Definition at line 162 of file ip.h.
Referenced by IPCreateInterface(), and LoopRegisterAdapter().
PVOID _IP_INTERFACE::Context |
Definition at line 154 of file ip.h.
Referenced by IPCreateInterface(), and NBSendPackets().
UNICODE_STRING _IP_INTERFACE::Description |
Definition at line 164 of file ip.h.
Referenced by BindAdapter().
OBJECT_FREE_ROUTINE _IP_INTERFACE::Free |
Definition at line 152 of file ip.h.
Referenced by IPCreateInterface().
UINT _IP_INTERFACE::HeaderSize |
Definition at line 155 of file ip.h.
Referenced by IPCreateInterface(), and PrepareARPPacket().
UINT _IP_INTERFACE::Index |
Definition at line 167 of file ip.h.
Referenced by InfoTdiQueryGetAddrTable(), and IPRegisterInterface().
LIST_ENTRY _IP_INTERFACE::ListEntry |
Definition at line 151 of file ip.h.
Referenced by IPRegisterInterface(), and IPUnregisterInterface().
KSPIN_LOCK _IP_INTERFACE::Lock |
Definition at line 153 of file ip.h.
Referenced by IPCreateInterface(), and IPRegisterInterface().
UINT _IP_INTERFACE::MinFrameSize |
Definition at line 156 of file ip.h.
Referenced by IPCreateInterface(), and PrepareARPPacket().
UINT _IP_INTERFACE::MTU |
Definition at line 157 of file ip.h.
Referenced by IPSendDatagram(), LoopRegisterAdapter(), RouteGetRouteToDestination(), and TCPInterfaceInit().
UNICODE_STRING _IP_INTERFACE::Name |
Definition at line 163 of file ip.h.
Referenced by BindAdapter(), and LoopRegisterAdapter().
IP_ADDRESS _IP_INTERFACE::Netmask |
Definition at line 161 of file ip.h.
Referenced by IPAddInterfaceRoute(), IPCreateInterface(), IPRemoveInterfaceRoute(), and LoopRegisterAdapter().
IP_ADDRESS _IP_INTERFACE::PointToPoint |
Definition at line 160 of file ip.h.
Referenced by IPCreateInterface().
SEND_RECV_STATS _IP_INTERFACE::Stats |
PVOID _IP_INTERFACE::TCPContext |
Definition at line 169 of file ip.h.
Referenced by IPCreateInterface(), IPDestroyInterface(), TCPRegisterInterface(), TCPUnregisterInterface(), TCPUpdateInterfaceIPInformation(), and TCPUpdateInterfaceLinkStatus().
LL_TRANSMIT_ROUTINE _IP_INTERFACE::Transmit |
Definition at line 168 of file ip.h.
Referenced by IPCreateInterface(), and NBSendPackets().
IP_ADDRESS _IP_INTERFACE::Unicast |
Definition at line 159 of file ip.h.
Referenced by IPAddInterfaceRoute(), IPCreateInterface(), IPRemoveInterfaceRoute(), LoopRegisterAdapter(), NBCopyNeighbors(), and TCPConnect().