Home | History | Annotate | Download | only in Protocol

Lines Matching defs:RxData

219 /// packets, the CompletionToken.Packet.RxData field is updated to this incoming packet and

260 /// client. After a packet is received, RxData and Status are filled in by the EFI UDPv6 Protocol
274 /// - EFI_NETWORK_UNREACHABLE: The destination network is unreachable. RxData is set to
276 /// - EFI_HOST_UNREACHABLE: The destination host is unreachable. RxData is set to NULL in
279 /// RxData is set to NULL in this situation.
280 /// - EFI_PORT_UNREACHABLE: No service is listening on the remote port. RxData is set to
284 /// and the destination sent an ICMP source quench report. RxData is set to NULL in this situation.
292 /// When this token is used for receiving, RxData is a pointer to EFI_UDP6_RECEIVE_DATA.
294 EFI_UDP6_RECEIVE_DATA *RxData;
474 and Token.Packet.RxData fields and the Token.Event is signaled.