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

Data Fields

EFI_MAC_ADDRESS MacAddress
 MAC address of network interfase to discover Redfish service.
 
BOOLEAN IsIpv6
 Indicates it's IP versino 6.
 
EFI_IP_ADDRESS SubnetId
 Subnet ID.
 
UINT8 SubnetPrefixLength
 Subnet prefix-length for IPv4 and IPv6.
 
UINT16 VlanId
 VLAN ID.
 

Detailed Description

Definition at line 68 of file RedfishDiscover.h.

Field Documentation

◆ IsIpv6

BOOLEAN EFI_REDFISH_DISCOVER_NETWORK_INTERFACE::IsIpv6

Indicates it's IP versino 6.

Definition at line 70 of file RedfishDiscover.h.

◆ MacAddress

EFI_MAC_ADDRESS EFI_REDFISH_DISCOVER_NETWORK_INTERFACE::MacAddress

MAC address of network interfase to discover Redfish service.

Definition at line 69 of file RedfishDiscover.h.

◆ SubnetId

EFI_IP_ADDRESS EFI_REDFISH_DISCOVER_NETWORK_INTERFACE::SubnetId

Subnet ID.

Definition at line 71 of file RedfishDiscover.h.

◆ SubnetPrefixLength

UINT8 EFI_REDFISH_DISCOVER_NETWORK_INTERFACE::SubnetPrefixLength

Subnet prefix-length for IPv4 and IPv6.

Definition at line 72 of file RedfishDiscover.h.

◆ VlanId

UINT16 EFI_REDFISH_DISCOVER_NETWORK_INTERFACE::VlanId

VLAN ID.

Definition at line 73 of file RedfishDiscover.h.


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