Efi_Pxe_Base_Code.setstationip() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification

14.1.11 EFI_PXE_BASE_CODE.SetStationIp()

Summary
Updates the station IP address and/or subnet mask values of a network device.
Prototype
EFI_STATUS
(EFIAPI *EFI_PXE_BASE_CODE_SET_STATION_IP) (
IN EFI_PXE_BASE_CODE
IN EFI_IP_ADDRESS
IN EFI_IP_ADDRESS
);
Parameters
This
NewStationIp
NewSubnetMask
Description
This function updates the station IP address and/or subnet mask values of a network device.
The
NewStationIp
is NULL, then the current IP address will not be modified. Otherwise, this
NewStationIP
function updates the
NewStationIp.
The
NewSubnetMask
NewSubnetMask
function updates the
NewSubnetMask.
Status Codes Returned
EFI_SUCCESS
EFI_INVALID_PARAMETER
EFI_NOT_STARTED
270
Pointer to the
EFI_PXE_BASE_CODE
Pointer to the new IP address to be used by the network device. If this
field is NULL, then the
Pointer to the new subnet mask to be used by the network device. If this
field is NULL, then the
field is used to modify the network device's current IP address. If
field of the
StationIp
field is used to modify the network device's current subnet mask. If
is NULL, then the current subnet mask will not be modified. Otherwise, this
field of the
SubnetMask
The new station IP address and/or subnet mask were updated.
One of the parameters is not valid.
The PXE Base Code Protocol is not in the started state.
12/12/00
*This,
*NewStationIp,
*NewSubnetMask
instance.
address will not be modified.
StationIp
will not be modified.
SubnetMask
EFI_PXE_BASE_CODE_MODE
EFI_PXE_BASE_CODE_MODE
OPTIONAL
OPTIONAL
structure with
structure with
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents