Searched refs:Tcp6ConfigData (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpMain.c550 @param[out] Tcp6ConfigData The buffer in which the current TCP configuration
573 OUT EFI_TCP6_CONFIG_DATA *Tcp6ConfigData OPTIONAL,
589 TcpMode.Tcp6ConfigData = Tcp6ConfigData;
610 called to listen the incoming TCP connection requests. If Tcp6ConfigData is set to NULL,
616 @param[in] Tcp6ConfigData Pointer to the configure data to configure the instance.
617 If Tcp6ConfigData is set to NULL, the instance is reset.
626 - Tcp6ConfigData->AccessPoint.StationAddress is neither zero nor
628 - Tcp6ConfigData->AccessPoint.RemoteAddress isn't a valid unicast
630 - Tcp6ConfigData
[all...]
H A DTcpMain.h80 EFI_TCP6_CONFIG_DATA *Tcp6ConfigData; member in struct:_TCP6_MODE_DATA
405 @param[out] Tcp6ConfigData The buffer in which the current TCP configuration
428 OUT EFI_TCP6_CONFIG_DATA *Tcp6ConfigData OPTIONAL,
447 called to listen the incoming TCP connection requests. If Tcp6ConfigData is set to NULL,
453 @param[in] Tcp6ConfigData Pointer to the configure data to configure the instance.
454 If Tcp6ConfigData is set to NULL, the instance is reset.
463 - Tcp6ConfigData->AccessPoint.StationAddress is neither zero nor
465 - Tcp6ConfigData->AccessPoint.RemoteAddress isn't a valid unicast
467 - Tcp6ConfigData->AccessPoint.RemoteAddress is zero or
468 Tcp6ConfigData
[all...]
H A DTcpDispatcher.c165 if (!SOCK_IS_CONFIGURED (Sock) && (Mode->Tcp6ConfigData != NULL)) {
173 if (Mode->Tcp6ConfigData != NULL) {
175 ConfigData = Mode->Tcp6ConfigData;
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DTcp6.h484 @param[out] Tcp6ConfigData The buffer in which the current TCP configuration is returned.
503 OUT EFI_TCP6_CONFIG_DATA *Tcp6ConfigData OPTIONAL,
522 called to listen the incoming TCP connection requests. If Tcp6ConfigData is set to NULL,
528 @param[in] Tcp6ConfigData Pointer to the configure data to configure the instance.
529 If Tcp6ConfigData is set to NULL, the instance is reset.
538 - Tcp6ConfigData->AccessPoint.StationAddress is neither zero nor
540 - Tcp6ConfigData->AccessPoint.RemoteAddress isn't a valid unicast
542 - Tcp6ConfigData->AccessPoint.RemoteAddress is zero or
543 Tcp6ConfigData->AccessPoint.RemotePort is zero when
544 Tcp6ConfigData
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/DxeTcpIoLib/
H A DDxeTcpIoLib.c50 @param[in] Tcp6ConfigData The Tcp6 configuration data.
61 IN EFI_TCP6_CONFIG_DATA *Tcp6ConfigData
67 if ((Tcp6 == NULL) || (Tcp6ConfigData == NULL)) {
97 Status = Tcp6->Configure (Tcp6, Tcp6ConfigData);
149 EFI_TCP6_CONFIG_DATA Tcp6ConfigData; local
284 Tcp6ConfigData.TrafficClass = 0;
285 Tcp6ConfigData.HopLimit = 255;
286 Tcp6ConfigData.ControlOption = (EFI_TCP6_OPTION *) &ControlOption;
288 AccessPoint6 = &Tcp6ConfigData.AccessPoint;
302 Status = Tcp6->Configure (Tcp6, &Tcp6ConfigData);
[all...]

Completed in 49 milliseconds