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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpDispatcher.c456 IpCfgData.Ip4CfgData.TypeOfService = CfgData->Tcp4CfgData.TypeOfService;
457 IpCfgData.Ip4CfgData.TimeToLive = CfgData->Tcp4CfgData.TimeToLive;
458 IpCfgData.Ip4CfgData.UseDefaultAddress = CfgData->Tcp4CfgData.AccessPoint.UseDefaultAddress;
459 IpCfgData.Ip4CfgData.SubnetMask = CfgData->Tcp4CfgData.AccessPoint.SubnetMask;
463 &CfgData->Tcp4CfgData.AccessPoint.StationAddress,
497 CfgData->Tcp4CfgData.AccessPoint.StationAddress = IpCfgData.Ip4CfgData.StationAddress;
498 CfgData->Tcp4CfgData.AccessPoint.SubnetMask = IpCfgData.Ip4CfgData.SubnetMask;
500 TcpAp = (TCP_ACCESS_POINT *) &CfgData->Tcp4CfgData.AccessPoint;
558 Tcb->Ttl = CfgData->Tcp4CfgData.TimeToLive;
559 Tcb->Tos = CfgData->Tcp4CfgData
[all...]
H A DTcpMain.h61 EFI_TCP4_CONFIG_DATA Tcp4CfgData; member in union:__anon12564

Completed in 32 milliseconds