Home
last modified time | relevance | path

Searched refs:Ip4CfgData (Results 1 – 25 of 92) sorted by relevance

1234

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/NetworkPkg/IpSecDxe/
H A DIkeService.c217 EFI_IP4_IPCONFIG_DATA *Ip4CfgData; in IkeOpenOutputUdp() local
223 Ip4CfgData = NULL; in IkeOpenOutputUdp()
253 Ip4CfgData = AllocateZeroPool (BufSize); in IkeOpenOutputUdp()
255 if (Ip4CfgData == NULL) { in IkeOpenOutputUdp()
260 Status = Ip4Cfg->GetData (Ip4Cfg, &BufSize, Ip4CfgData); in IkeOpenOutputUdp()
267 &Ip4CfgData->StationAddress, in IkeOpenOutputUdp()
334 if (Ip4CfgData != NULL) { in IkeOpenOutputUdp()
335 FreePool (Ip4CfgData); in IkeOpenOutputUdp()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c471 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
472 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
477 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
480 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
482 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
518 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
522 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c472 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
476 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
478 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
481 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
483 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
519 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
523 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c471 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
472 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
477 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
480 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
482 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
518 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
522 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c493 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
494 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
495 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
496 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
497 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
498 IpCfgData.Ip4CfgData.SubnetMask = CfgData->Tcp4CfgData.AccessPoint.SubnetMask; in TcpConfigurePcb()
499 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
501 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
536 CfgData->Tcp4CfgData.AccessPoint.StationAddress = IpCfgData.Ip4CfgData.StationAddress; in TcpConfigurePcb()
537 CfgData->Tcp4CfgData.AccessPoint.SubnetMask = IpCfgData.Ip4CfgData.SubnetMask; in TcpConfigurePcb()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c472 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
476 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
478 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
481 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
483 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
519 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
523 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c471 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
472 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
477 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
480 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
482 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
518 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
522 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c472 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
476 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
478 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
481 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
483 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
519 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
523 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c471 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
472 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
477 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
480 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
482 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
518 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
522 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c472 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA));
473 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP;
474 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService;
475 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive;
476 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress;
478 &IpCfgData.Ip4CfgData.SubnetMask,
481 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1);
483 &IpCfgData.Ip4CfgData.StationAddress,
519 &IpCfgData.Ip4CfgData.StationAddress
523 &IpCfgData.Ip4CfgData.SubnetMask
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c472 CopyMem (&IpCfgData.Ip4CfgData, &mIp4IoDefaultIpConfigData, sizeof (EFI_IP4_CONFIG_DATA)); in TcpConfigurePcb()
473 IpCfgData.Ip4CfgData.DefaultProtocol = EFI_IP_PROTO_TCP; in TcpConfigurePcb()
474 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService; in TcpConfigurePcb()
475 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive; in TcpConfigurePcb()
476 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress; in TcpConfigurePcb()
478 &IpCfgData.Ip4CfgData.SubnetMask, in TcpConfigurePcb()
481 IpCfgData.Ip4CfgData.ReceiveTimeout = (UINT32) (-1); in TcpConfigurePcb()
483 &IpCfgData.Ip4CfgData.StationAddress, in TcpConfigurePcb()
519 &IpCfgData.Ip4CfgData.StationAddress in TcpConfigurePcb()
523 &IpCfgData.Ip4CfgData.SubnetMask in TcpConfigurePcb()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c467 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
741 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
751 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
752 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
753 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
754 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
755 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
756 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDriver.c562 EFI_IP4_CONFIG_DATA *Ip4CfgData; in PxeBcCreateIp4Children() local
848 Ip4CfgData = &Private->Ip4CfgData; in PxeBcCreateIp4Children()
858 Ip4CfgData->AcceptIcmpErrors = TRUE; in PxeBcCreateIp4Children()
859 Ip4CfgData->DefaultProtocol = EFI_IP_PROTO_ICMP; in PxeBcCreateIp4Children()
860 Ip4CfgData->TypeOfService = Mode->ToS; in PxeBcCreateIp4Children()
861 Ip4CfgData->TimeToLive = Mode->TTL; in PxeBcCreateIp4Children()
862 Ip4CfgData->ReceiveTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
863 Ip4CfgData->TransmitTimeout = PXEBC_DEFAULT_LIFETIME; in PxeBcCreateIp4Children()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1357 ASSERT (!OpenData->IpConfigData.Ip4CfgData.RawData); in IpIoOpen()
1358 if (OpenData->IpConfigData.Ip4CfgData.RawData) { in IpIoOpen()
1362 if (!OpenData->IpConfigData.Ip4CfgData.UseDefaultAddress) { in IpIoOpen()
1363 IpIo->StationIp = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.StationAddress); in IpIoOpen()
1364 IpIo->SubnetMask = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.SubnetMask); in IpIoOpen()
1369 &OpenData->IpConfigData.Ip4CfgData in IpIoOpen()
1409 IpIo->Protocol = OpenData->IpConfigData.Ip4CfgData.DefaultProtocol; in IpIoOpen()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1357 ASSERT (!OpenData->IpConfigData.Ip4CfgData.RawData); in IpIoOpen()
1358 if (OpenData->IpConfigData.Ip4CfgData.RawData) { in IpIoOpen()
1362 if (!OpenData->IpConfigData.Ip4CfgData.UseDefaultAddress) { in IpIoOpen()
1363 IpIo->StationIp = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.StationAddress); in IpIoOpen()
1364 IpIo->SubnetMask = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.SubnetMask); in IpIoOpen()
1369 &OpenData->IpConfigData.Ip4CfgData in IpIoOpen()
1409 IpIo->Protocol = OpenData->IpConfigData.Ip4CfgData.DefaultProtocol; in IpIoOpen()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1357 ASSERT (!OpenData->IpConfigData.Ip4CfgData.RawData); in IpIoOpen()
1358 if (OpenData->IpConfigData.Ip4CfgData.RawData) { in IpIoOpen()
1362 if (!OpenData->IpConfigData.Ip4CfgData.UseDefaultAddress) { in IpIoOpen()
1363 IpIo->StationIp = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.StationAddress); in IpIoOpen()
1364 IpIo->SubnetMask = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.SubnetMask); in IpIoOpen()
1369 &OpenData->IpConfigData.Ip4CfgData in IpIoOpen()
1409 IpIo->Protocol = OpenData->IpConfigData.Ip4CfgData.DefaultProtocol; in IpIoOpen()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/Library/DxeIpIoLib/
H A DDxeIpIoLib.c1357 ASSERT (!OpenData->IpConfigData.Ip4CfgData.RawData); in IpIoOpen()
1358 if (OpenData->IpConfigData.Ip4CfgData.RawData) { in IpIoOpen()
1362 if (!OpenData->IpConfigData.Ip4CfgData.UseDefaultAddress) { in IpIoOpen()
1363 IpIo->StationIp = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.StationAddress); in IpIoOpen()
1364 IpIo->SubnetMask = EFI_NTOHL (OpenData->IpConfigData.Ip4CfgData.SubnetMask); in IpIoOpen()
1369 &OpenData->IpConfigData.Ip4CfgData in IpIoOpen()
1409 IpIo->Protocol = OpenData->IpConfigData.Ip4CfgData.DefaultProtocol; in IpIoOpen()

1234