Lines Matching full:receive

5   The EFI TCPv6 Protocol provides services to send and receive data stream.
127 /// The size of the TCP receive buffer.
331 /// allows multiple receive or transmit buffers to be specified. The
352 /// When calling Receive() function, it is the byte counts of all
412 /// receive buffer of the instance.
519 be set to Tcp6StateClosed directly, the receive queue and transmit queue will be flushed,
682 Places an asynchronous receive request into the receiving queue.
684 The Receive() function places a completion token into the receive packet queue. This
686 and the FragmentBuffer used to receive data. The caller also must fill the DataLength which
687 represents the whole length of all FragmentBuffer. When the receive operation completes, the
692 for the event will enable the user to receive the notification and receiving status. That
696 @param[in] Token Pointer to a token that is associated with the receive data
699 @retval EFI_SUCCESS The receive completion token was cached.
711 @retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of
716 … - A receive completion token with the same Token->CompletionToken.Event
717 was already in the receive queue.
723 any buffered data in the receive buffer of this instance
724 …@retval EFI_NOT_READY The receive request could not be queued because the receive queue i…
769 Abort an asynchronous connection, listen, transmission or receive request.
772 receive request.
775 or receive queue when it is being cancelled, its Token->Status will be set
782 Transmit() and Receive() will be aborted.
789 EFI_TCP6_PROTOCOL.Receive(). If NULL, all pending
799 receive queue. It has either completed or wasn't issued by
800 Transmit() and Receive().
812 Poll to receive incoming data and transmit outgoing segments.
824 @retval EFI_TIMEOUT Data was dropped out of the transmission or receive queue.
837 /// applications to send or receive data stream. It can either listen on a
847 EFI_TCP6_RECEIVE Receive; member