Home
last modified time | relevance | path

Searched refs:DPathNode (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c775 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
806 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
808 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
809 if ((DevicePathType (&DPathNode->DevPath) == MESSAGING_DEVICE_PATH) && in IScsiGetTcpConnDevicePath()
810 (DevicePathSubType (&DPathNode->DevPath) == MSG_IPv4_DP) in IScsiGetTcpConnDevicePath()
813 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
814 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
818 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
823 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
830 DPathNode = (EFI_DEV_PATH *) NextDevicePathNode (&DPathNode->DevPath); in IScsiGetTcpConnDevicePath()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c1354 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
1383 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
1385 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
1388 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
1390 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
1394 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
1399 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
1404 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
1405 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
1406 DPathNode->Ipv6.PrefixLength = IP6_PREFIX_LENGTH; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/IScsiDxe/
H A DIScsiMisc.c2371 EFI_DEV_PATH *DPathNode; in IScsiGetTcpConnDevicePath() local
2401 DPathNode = (EFI_DEV_PATH *) DevicePath; in IScsiGetTcpConnDevicePath()
2403 while (!IsDevicePathEnd (&DPathNode->DevPath)) { in IScsiGetTcpConnDevicePath()
2406 DPathNode->Ipv4.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2408 DPathNode->Ipv4.StaticIpAddress = in IScsiGetTcpConnDevicePath()
2418 PathLen = DevicePathNodeLength (&DPathNode->Ipv4); in IScsiGetTcpConnDevicePath()
2423 &DPathNode->Ipv4.GatewayIpAddress, in IScsiGetTcpConnDevicePath()
2428 &DPathNode->Ipv4.SubnetMask, in IScsiGetTcpConnDevicePath()
2435 DPathNode->Ipv6.LocalPort = 0; in IScsiGetTcpConnDevicePath()
2449 DPathNode->Ipv6.IpAddressOrigin = 0; in IScsiGetTcpConnDevicePath()
[all …]