iPXE
Data Fields
s_PXENV_UNDI_GET_MCAST_ADDRESS Struct Reference

Parameter block for pxenv_undi_get_mcast_address() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
IP4_t InetAddr
 Multicast IP address. More...
 
MAC_ADDR_t MediaAddr
 Multicast MAC address. More...
 

Detailed Description

Parameter block for pxenv_undi_get_mcast_address()

Definition at line 1281 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_GET_MCAST_ADDRESS::Status

PXE status code.

Definition at line 1282 of file pxe_api.h.

Referenced by pxenv_undi_get_mcast_address().

◆ InetAddr

IP4_t s_PXENV_UNDI_GET_MCAST_ADDRESS::InetAddr

Multicast IP address.

Definition at line 1283 of file pxe_api.h.

Referenced by pxenv_undi_get_mcast_address().

◆ MediaAddr

MAC_ADDR_t s_PXENV_UNDI_GET_MCAST_ADDRESS::MediaAddr

Multicast MAC address.

Definition at line 1284 of file pxe_api.h.

Referenced by pxenv_undi_get_mcast_address().


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