Lines Matching full:receive
5 to transmit and receive UDP packets.
129 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
166 @param Udp4ConfigData The pointer to the buffer to receive the current configuration data.
285 transmit and receive queues.
287 poll the underlying communications device fast enough to transmit and/or receive
297 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
307 Places an asynchronous receive request into the receiving queue.
309 The Receive() function places a completion token into the receive packet queue.
312 field cannot be NULL. When the receive operation completes, the EFI UDPv4 Protocol
315 will enable the user to receive the notification and receiving status. That
319 @param Token The pointer to a token that is associated with the receive data
322 @retval EFI_SUCCESS The receive completion token was cached.
329 …@retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of sy…
332 @retval EFI_ACCESS_DENIED A receive completion token with the same Token.Event was already in
333 the receive queue.
334 …@retval EFI_NOT_READY The receive request could not be queued because the receive queue is…
351 and context for the event will enable the user to receive the notification and
382 Aborts an asynchronous transmit or receive request.
384 The Cancel() function is used to abort a pending transmit or receive request.
385 If the token is in the transmit or receive request queues, after calling this
394 EFI_UDP4_PROTOCOL.Receive().If NULL, all pending
405 not found in the transmit or receive queue. It has either completed
406 or was not issued by Transmit() and Receive().
418 /// by any network drivers, applications, or daemons to transmit or receive UDP packets.
429 EFI_UDP4_RECEIVE Receive; member