ReactOS 0.4.15-dev-8434-g155a7c7
_LLIP_BIND_INFO Struct Reference

#include <ip.h>

Collaboration diagram for _LLIP_BIND_INFO:

Public Attributes

PVOID Context
 
UINT HeaderSize
 
UINT MinFrameSize
 
PUCHAR Address
 
UINT AddressLength
 
LL_TRANSMIT_ROUTINE Transmit
 

Detailed Description

Definition at line 126 of file ip.h.

Member Data Documentation

◆ Address

PUCHAR _LLIP_BIND_INFO::Address

Definition at line 130 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().

◆ AddressLength

UINT _LLIP_BIND_INFO::AddressLength

Definition at line 131 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().

◆ Context

PVOID _LLIP_BIND_INFO::Context

Definition at line 127 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().

◆ HeaderSize

UINT _LLIP_BIND_INFO::HeaderSize

Definition at line 128 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().

◆ MinFrameSize

UINT _LLIP_BIND_INFO::MinFrameSize

Definition at line 129 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), and LoopRegisterAdapter().

◆ Transmit

LL_TRANSMIT_ROUTINE _LLIP_BIND_INFO::Transmit

Definition at line 132 of file ip.h.

Referenced by BindAdapter(), IPCreateInterface(), LoopRegisterAdapter(), and main().


The documentation for this struct was generated from the following file: