Lines Matching full:receive

3   the EFI IPv6 Protocol and provides simple packet-oriented services to transmit and receive
82 /// EFI_UDP6_FRAGMENT_DATA allows multiple receive or transmit buffers to be specified.
141 /// The receive timeout value (number of microseconds) to be associated with each
249 /// The EFI_UDP6_COMPLETION_TOKEN structures are used for both transmit and receive operations.
265 /// - EFI_SUCCESS: The receive or transmit operation completed successfully.
266 /// - EFI_ABORTED: The receive or transmit was aborted.
277 /// received. For example, packets are being sent too fast for the destination to receive them
280 /// - EFI_SECURITY_VIOLATION: The transmit or receive was failed because of IPsec policy check.
412 receive the notification and transmitting status.
462 Places an asynchronous receive request into the receiving queue.
464 The Receive() function places a completion token into the receive packet queue. This function is
467 NULL. When the receive operation completes, the EFI UDPv6 Protocol driver updates the Token.Status
469 Providing a proper notification function and context for the event will enable the user to receive
473 …@param[in] Token Pointer to a token that is associated with the receive data descript…
475 @retval EFI_SUCCESS The receive completion token was cached.
484 …@retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of sy…
488 @retval EFI_ACCESS_DENIED A receive completion token with the same Token.Event was already in
489 the receive queue.
490 …@retval EFI_NOT_READY The receive request could not be queued because the receive queue is…
501 Aborts an asynchronous transmit or receive request.
503 …The Cancel() function is used to abort a pending transmit or receive request. If the token is in t…
504 transmit or receive request queues, after calling this function, Token.Status will be set to
511 … or EFI_UDP6_PROTOCOL.Receive().If NULL, all pending tokens are aborted.
519 … the transmit or receive queue. It has either completed or was not issued
520 by Transmit() and Receive().
534 packets are moved between the communications device and the transmit and receive queues.
536 …communications device fast enough to transmit and/or receive all data packets without missing inco…
545 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
557 /// applications, or daemons to transmit or receive UDP packets. This protocol instance can either …
566 EFI_UDP6_RECEIVE Receive; member