iPXE
Data Fields
EFI_DHCP4_LISTEN_POINT Struct Reference

#include <Dhcp4.h>

Data Fields

EFI_IPv4_ADDRESS ListenAddress
 Alternate listening address. More...
 
EFI_IPv4_ADDRESS SubnetMask
 The subnet mask of above listening unicast/broadcast IP address. More...
 
UINT16 ListenPort
 Alternate station source (or listening) port number. More...
 

Detailed Description

Definition at line 342 of file Dhcp4.h.

Field Documentation

◆ ListenAddress

EFI_IPv4_ADDRESS EFI_DHCP4_LISTEN_POINT::ListenAddress

Alternate listening address.

It can be a unicast, multicast, or broadcast address.

Definition at line 346 of file Dhcp4.h.

◆ SubnetMask

EFI_IPv4_ADDRESS EFI_DHCP4_LISTEN_POINT::SubnetMask

The subnet mask of above listening unicast/broadcast IP address.

Ignored if ListenAddress is a multicast address.

Definition at line 351 of file Dhcp4.h.

◆ ListenPort

UINT16 EFI_DHCP4_LISTEN_POINT::ListenPort

Alternate station source (or listening) port number.

If zero, then the default station port number (68) will be used.

Definition at line 356 of file Dhcp4.h.


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