TianoCore EDK2 master
Loading...
Searching...
No Matches
_IP6_PROTOCOL Struct Reference

Data Fields

UINT32 Signature
 
EFI_IP6_PROTOCOL Ip6Proto
 
EFI_HANDLE Handle
 
INTN State
 
IP6_SERVICEService
 
LIST_ENTRY Link
 
UINT8 PrefixLength
 
NET_MAP RxTokens
 
NET_MAP TxTokens
 
LIST_ENTRY Received
 
LIST_ENTRY Delivered
 
EFI_LOCK RecycleLock
 
IP6_INTERFACEInterface
 
LIST_ENTRY AddrLink
 
EFI_IPv6_ADDRESSGroupList
 
UINT32 GroupCount
 
EFI_IP6_CONFIG_DATA ConfigData
 
BOOLEAN InDestroy
 

Detailed Description

Definition at line 130 of file Ip6Impl.h.

Field Documentation

◆ AddrLink

LIST_ENTRY _IP6_PROTOCOL::AddrLink

Definition at line 151 of file Ip6Impl.h.

◆ ConfigData

EFI_IP6_CONFIG_DATA _IP6_PROTOCOL::ConfigData

Definition at line 156 of file Ip6Impl.h.

◆ Delivered

LIST_ENTRY _IP6_PROTOCOL::Delivered

Definition at line 147 of file Ip6Impl.h.

◆ GroupCount

UINT32 _IP6_PROTOCOL::GroupCount

Definition at line 154 of file Ip6Impl.h.

◆ GroupList

EFI_IPv6_ADDRESS* _IP6_PROTOCOL::GroupList

Definition at line 153 of file Ip6Impl.h.

◆ Handle

EFI_HANDLE _IP6_PROTOCOL::Handle

Definition at line 134 of file Ip6Impl.h.

◆ InDestroy

BOOLEAN _IP6_PROTOCOL::InDestroy

Definition at line 157 of file Ip6Impl.h.

◆ Interface

IP6_INTERFACE* _IP6_PROTOCOL::Interface

Definition at line 150 of file Ip6Impl.h.

◆ Ip6Proto

EFI_IP6_PROTOCOL _IP6_PROTOCOL::Ip6Proto

Definition at line 133 of file Ip6Impl.h.

◆ Link

LIST_ENTRY _IP6_PROTOCOL::Link

Definition at line 138 of file Ip6Impl.h.

◆ PrefixLength

UINT8 _IP6_PROTOCOL::PrefixLength

Definition at line 140 of file Ip6Impl.h.

◆ Received

LIST_ENTRY _IP6_PROTOCOL::Received

Definition at line 146 of file Ip6Impl.h.

◆ RecycleLock

EFI_LOCK _IP6_PROTOCOL::RecycleLock

Definition at line 148 of file Ip6Impl.h.

◆ RxTokens

NET_MAP _IP6_PROTOCOL::RxTokens

Definition at line 144 of file Ip6Impl.h.

◆ Service

IP6_SERVICE* _IP6_PROTOCOL::Service

Definition at line 137 of file Ip6Impl.h.

◆ Signature

UINT32 _IP6_PROTOCOL::Signature

Definition at line 131 of file Ip6Impl.h.

◆ State

INTN _IP6_PROTOCOL::State

Definition at line 135 of file Ip6Impl.h.

◆ TxTokens

NET_MAP _IP6_PROTOCOL::TxTokens

Definition at line 145 of file Ip6Impl.h.


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