Lines Matching refs:This

8   This program and the accompanying materials
17 This Protocol is introduced in UEFI Specification 2.2
158 /// FIN flag before the TCP instance is closed. This timeout is in
469 /// close process when it is set to TRUE. This option can be used to
479 Protocol instance into user-supplied buffers. This function can also be used to retrieve
482 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
495 @retval EFI_INVALID_PARAMETER This is NULL.
501 IN EFI_TCP6_PROTOCOL *This,
527 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
537 - This is NULL.
559 IN EFI_TCP6_PROTOCOL *This,
569 and ConnectionToken->CompletionToken.Status will be updated accordingly. This
575 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
581 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
583 - This instance is not configured as an active one.
584 - This instance is not in Tcp6StateClosed state.
586 - This is NULL.
596 IN EFI_TCP6_PROTOCOL *This,
601 Listen on the passive instance to accept an incoming connection request. This is a
614 This function only can be called when current TCP instance is in Tcp6StateListen state.
616 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
621 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
623 - This instance is not a passive instance.
624 - This instance is not in Tcp6StateListen state.
628 - This is NULL.
638 IN EFI_TCP6_PROTOCOL *This,
649 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
653 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
658 - This is NULL.
682 IN EFI_TCP6_PROTOCOL *This,
689 The Receive() function places a completion token into the receive packet queue. This
700 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
705 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
709 - This is NULL.
735 IN EFI_TCP6_PROTOCOL *This,
740 Disconnecting a TCP connection gracefully or reset a TCP connection. This function is a
750 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
754 @retval EFI_NOT_STARTED This EFI TCPv6 Protocol instance has not been configured.
759 - This is NULL.
769 IN EFI_TCP6_PROTOCOL *This,
789 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
801 @retval EFI_INVALID_PARAMETER This is NULL.
802 @retval EFI_NOT_STARTED This instance hasn't been configured.
812 IN EFI_TCP6_PROTOCOL *This,
823 @param[in] This Pointer to the EFI_TCP6_PROTOCOL instance.
826 @retval EFI_INVALID_PARAMETER This is NULL.
836 IN EFI_TCP6_PROTOCOL *This