Lines Matching full:receive
139 /// For the IPv6 packet to send and receive, this is the default value
146 /// Set to TRUE to receive all IPv6 packets that get through the
147 /// receive filters.
148 /// Set to FALSE to receive only the DefaultProtocol IPv6
149 /// packets that get through the receive filters. Ignored when
154 /// Set to TRUE to receive ICMP error report packets. Ignored when
159 /// Set to TRUE to receive all IPv6 packets that are sent to any
205 /// receive timeout event to be associated with each assembled
429 /// After this event is signaled, the receive data structure is released
515 /// structures are used for both transmit and receive operations.
525 /// - EFI_SUCCESS: The receive or transmit completed
527 /// - EFI_ABORTED: The receive or transmit was aborted
532 /// - EFI_SECURITY_VIOLATION: The transmit or receive was
583 independently of each other by enabling or disabling their receive filter settings with the
595 If operational parameters are reset or changed, any pending transmit and receive requests will be
826 The Receive() function places a completion token into the receive packet queue.
830 and cannot be NULL. When the receive operation completes, the EFI IPv6 Protocol
835 …@param[in] Token Pointer to a token that is associated with the receive data descrip…
837 @retval EFI_SUCCESS The receive completion token was cached.
845 …@retval EFI_OUT_OF_RESOURCES The receive completion token could not be queued due to a lack of s…
849 @retval EFI_ACCESS_DENIED The receive completion token with the same Token.Event was already
850 in the receive queue.
851 …@retval EFI_NOT_READY The receive request could not be queued because the receive queue i…
862 Abort an asynchronous transmit or receive request.
864 The Cancel() function is used to abort a pending transmit or receive request.
865 If the token is in the transmit or receive request queues, after calling this
874 EFI_IP6_PROTOCOL.Receive(). If NULL, all pending
884 not found in the transmit or receive queue. It has either completed
885 or was not issued by Transmit() and Receive().
902 device and the transmit and receive queues.
905 device fast enough to transmit and/or receive all data packets without missing
917 @retval EFI_TIMEOUT Data was dropped out of the transmit and/or receive queue.
929 /// used by drivers, daemons, and applications to transmit and receive network packets.
938 EFI_IP6_RECEIVE Receive; member