ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <ip.h>
Public Attributes | |
PVOID | Context |
UINT | HeaderSize |
UINT | MinFrameSize |
PUCHAR | Address |
UINT | AddressLength |
LL_TRANSMIT_ROUTINE | Transmit |
PUCHAR _LLIP_BIND_INFO::Address |
Definition at line 130 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().
UINT _LLIP_BIND_INFO::AddressLength |
Definition at line 131 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().
PVOID _LLIP_BIND_INFO::Context |
Definition at line 127 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().
UINT _LLIP_BIND_INFO::HeaderSize |
Definition at line 128 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().
UINT _LLIP_BIND_INFO::MinFrameSize |
Definition at line 129 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), and LoopRegisterAdapter().
LL_TRANSMIT_ROUTINE _LLIP_BIND_INFO::Transmit |
Definition at line 132 of file ip.h.
Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().