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

#include <MdePkg/Include/Protocol/IpSec.h>

Data Fields

EFI_IPSEC_PROCESS Process
 Handle the IPsec message.
 
EFI_EVENT DisabledEvent
 Event signaled when the interface is disabled.
 
BOOLEAN DisabledFlag
 State of the interface.
 

Detailed Description

EFI_IPSEC_PROTOCOL provides the ability for securing IP communications by authenticating and/or encrypting each IP packet in a data stream.

Definition at line 96 of file IpSec.h.

Field Documentation

◆ DisabledEvent

EFI_EVENT _EFI_IPSEC_PROTOCOL::DisabledEvent

Event signaled when the interface is disabled.

Definition at line 98 of file IpSec.h.

◆ DisabledFlag

BOOLEAN _EFI_IPSEC_PROTOCOL::DisabledFlag

State of the interface.

Definition at line 99 of file IpSec.h.

◆ Process

EFI_IPSEC_PROCESS _EFI_IPSEC_PROTOCOL::Process

Handle the IPsec message.

Definition at line 97 of file IpSec.h.


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