EFI_DHCP4_TRANSMIT_RECEIVE_TOKEN Struct Reference


Data Fields

EFI_STATUS Status
EFI_EVENT CompletionEvent
EFI_IPv4_ADDRESS RemoteAddress
UINT16 RemotePort
EFI_IPv4_ADDRESS GatewayAddress
UINT32 ListenPointCount
EFI_DHCP4_LISTEN_POINTListenPoints
UINT32 TimeoutValue
EFI_DHCP4_PACKETPacket
UINT32 ResponseCount
EFI_DHCP4_PACKETResponseList

Field Documentation

If not NULL, the event that will be signaled when the collection process completes. If NULL, this function will busy-wait until the collection process competes.

The pointer to the gateway address to override the existing setting.

The number of entries in ListenPoints. If zero, the default station address and port number 68 are used.

An array of station address and port number pairs that are used as receiving filters. The first entry is also used as the source address and source port of the outgoing packet.

The pointer to the packet to be transmitted.

The pointer to the server IP address. This address may be a unicast, multicast, or broadcast address.

The server listening port number. If zero, the default server listening port number (67) will be used.

Number of received packets.

The pointer to the allocated list of received packets.

The completion status of transmitting and receiving.

The number of seconds to collect responses. Zero is invalid.


Generated on Wed Sep 23 16:24:26 2015 for MdePkg[ALL] by  doxygen 1.5.7.1