Home | History | Annotate | Download | only in Protocol

Lines Matching defs:Receive

5   The EFI TCPv4 Protocol provides services to send and receive data stream.

191 /// receive buffer of the instance.
237 @param Tcp4State The pointer to the buffer to receive the current TCP state.
238 @param Tcp4ConfigData The pointer to the buffer to receive the current TCP configuration.
239 @param Ip4ModeData The pointer to the buffer to receive the current IPv4 configuration
241 @param MnpConfigData The pointer to the buffer to receive the current MNP configuration
243 @param SnpModeData The pointer to the buffer to receive the current SNP configuration
431 Places an asynchronous receive request into the receiving queue.
434 @param Token The pointer to a token that is associated with the receive data
437 @retval EFI_SUCCESS The receive completion token was cached.
449 @retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of
453 - A receive completion token with the same Token-
454 >CompletionToken.Event was already in the receive
461 no any buffered data in the receive buffer of this instance.
462 @retval EFI_NOT_READY The receive request could not be queued because the receive queue is full.
503 Abort an asynchronous connection, listen, transmission or receive request.
510 EFI_TCP4_PROTOCOL.Receive(). If NULL, all pending
522 transmission or receive queue. It has either
523 completed or wasn't issued by Transmit() and Receive().
536 Poll to receive incoming data and transmit outgoing segments.
544 @retval EFI_TIMEOUT Data was dropped out of the transmission or receive queue.
556 /// any network drivers or applications to send or receive data stream.
568 EFI_TCP4_RECEIVE Receive;