Lines Matching full:receive
5 The EFI TCPv4 Protocol provides services to send and receive data stream.
185 /// receive buffer of the instance.
231 @param Tcp4State The pointer to the buffer to receive the current TCP state.
232 @param Tcp4ConfigData The pointer to the buffer to receive the current TCP configuration.
233 @param Ip4ModeData The pointer to the buffer to receive the current IPv4 configuration
235 @param MnpConfigData The pointer to the buffer to receive the current MNP configuration
237 @param SnpModeData The pointer to the buffer to receive the current SNP configuration
422 Places an asynchronous receive request into the receiving queue.
425 @param Token The pointer to a token that is associated with the receive data
428 @retval EFI_SUCCESS The receive completion token was cached.
440 @retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of
444 - A receive completion token with the same Token-
445 >CompletionToken.Event was already in the receive
452 no any buffered data in the receive buffer of this instance.
453 …@retval EFI_NOT_READY The receive request could not be queued because the receive queue is …
494 Abort an asynchronous connection, listen, transmission or receive request.
501 EFI_TCP4_PROTOCOL.Receive(). If NULL, all pending
513 transmission or receive queue. It has either
514 completed or wasn't issued by Transmit() and Receive().
526 Poll to receive incoming data and transmit outgoing segments.
534 @retval EFI_TIMEOUT Data was dropped out of the transmission or receive queue.
546 /// any network drivers or applications to send or receive data stream.
558 EFI_TCP4_RECEIVE Receive; member