Searched refs:Tcp4ConfigData (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Main.h62 EFI_TCP4_CONFIG_DATA *Tcp4ConfigData; member in struct:_TCP4_MODE_DATA
89 @param Tcp4ConfigData Pointer to the buffer to receive the current TCP
111 OUT EFI_TCP4_CONFIG_DATA *Tcp4ConfigData OPTIONAL,
H A DTcp4Main.c65 @param Tcp4ConfigData Pointer to the buffer to receive the current TCP
87 OUT EFI_TCP4_CONFIG_DATA *Tcp4ConfigData OPTIONAL,
103 TcpMode.Tcp4ConfigData = Tcp4ConfigData;
H A DTcp4Dispatcher.c85 if (!SOCK_IS_CONFIGURED (Sock) && (Mode->Tcp4ConfigData != NULL)) {
93 if (Mode->Tcp4ConfigData != NULL) {
95 ConfigData = Mode->Tcp4ConfigData;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/DataSource/
H A DDataSource.c60 EFI_TCP4_CONFIG_DATA Tcp4ConfigData;///< TCP4 configuration data variable
1089 Tcp4ConfigData.TimeToLive = 255;
1090 Tcp4ConfigData.TypeOfService = 0;
1091 Tcp4ConfigData.ControlOption = NULL;
1092 Tcp4ConfigData.AccessPoint.ActiveFlag = TRUE;
1093 Tcp4ConfigData.AccessPoint.StationAddress.Addr[0] = 0;
1094 Tcp4ConfigData.AccessPoint.StationAddress.Addr[1] = 0;
1095 Tcp4ConfigData.AccessPoint.StationAddress.Addr[2] = 0;
1096 Tcp4ConfigData.AccessPoint.StationAddress.Addr[3] = 0;
1097 Tcp4ConfigData
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiTcp4Io.c54 EFI_TCP4_CONFIG_DATA Tcp4ConfigData; local
113 Tcp4ConfigData.TypeOfService = 8;
114 Tcp4ConfigData.TimeToLive = 255;
115 Tcp4ConfigData.ControlOption = &ControlOption;
117 AccessPoint = &Tcp4ConfigData.AccessPoint;
131 Status = Tcp4->Configure (Tcp4, &Tcp4ConfigData);
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMain.h72 EFI_TCP4_CONFIG_DATA *Tcp4ConfigData; member in struct:_TCP4_MODE_DATA
103 @param[out] Tcp4ConfigData Pointer to the buffer to receive the current TCP
125 OUT EFI_TCP4_CONFIG_DATA *Tcp4ConfigData OPTIONAL,
H A DTcpMain.c58 @param[out] Tcp4ConfigData Pointer to the buffer to receive the current TCP
80 OUT EFI_TCP4_CONFIG_DATA *Tcp4ConfigData OPTIONAL,
96 TcpMode.Tcp4ConfigData = Tcp4ConfigData;
H A DTcpDispatcher.c82 if (!SOCK_IS_CONFIGURED (Sock) && (Mode->Tcp4ConfigData != NULL)) {
90 if (Mode->Tcp4ConfigData != NULL) {
92 ConfigData = Mode->Tcp4ConfigData;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DTcp4.h230 @param Tcp4ConfigData The pointer to the buffer to receive the current TCP configuration.
249 OUT EFI_TCP4_CONFIG_DATA *Tcp4ConfigData OPTIONAL,
259 @param Tcp4ConfigData The pointer to the configure data to configure the instance.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c146 EFI_TCP4_CONFIG_DATA Tcp4ConfigData; local
231 Tcp4ConfigData.TypeOfService = 8;
232 Tcp4ConfigData.TimeToLive = 255;
233 Tcp4ConfigData.ControlOption = &ControlOption;
235 AccessPoint4 = &Tcp4ConfigData.AccessPoint;
263 Status = Tcp4->Configure (Tcp4, &Tcp4ConfigData);

Completed in 47 milliseconds