Searched refs:DPathNode (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c721 EFI_DEV_PATH *DPathNode; local
752 DPathNode = (EFI_DEV_PATH *) DevicePath;
754 while (!IsDevicePathEnd (&DPathNode->DevPath)) {
755 if ((DevicePathType (&DPathNode->DevPath) == MESSAGING_DEVICE_PATH) &&
756 (DevicePathSubType (&DPathNode->DevPath) == MSG_IPv4_DP)
759 DPathNode->Ipv4.LocalPort = 0;
760 DPathNode->Ipv4.StaticIpAddress =
764 &DPathNode->Ipv4.GatewayIpAddress,
769 &DPathNode->Ipv4.SubnetMask,
776 DPathNode
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c1255 EFI_DEV_PATH *DPathNode; local
1284 DPathNode = (EFI_DEV_PATH *) DevicePath;
1286 while (!IsDevicePathEnd (&DPathNode->DevPath)) {
1287 if (DevicePathType (&DPathNode->DevPath) == MESSAGING_DEVICE_PATH) {
1288 if (!Conn->Ipv6Flag && DevicePathSubType (&DPathNode->DevPath) == MSG_IPv4_DP) {
1289 DPathNode->Ipv4.LocalPort = 0;
1291 DPathNode->Ipv4.StaticIpAddress =
1295 &DPathNode->Ipv4.GatewayIpAddress,
1300 &DPathNode->Ipv4.SubnetMask,
1304 } else if (Conn->Ipv6Flag && DevicePathSubType (&DPathNode
[all...]

Completed in 45 milliseconds