Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching refs:TxToken

57   interface. It's called to signal the udp TxToken when the IpIo layer completes

752 This function validates the TxToken. It returns the error code according to the spec.
755 @param[in] TxToken Pointer to the token to be checked.
757 @retval EFI_SUCCESS The TxToken is valid.
783 IN EFI_UDP6_COMPLETION_TOKEN *TxToken
793 if (TxToken->Event == NULL) {
797 TxData = TxToken->Packet.TxData;
976 interface. It's called to signal the udp TxToken when IpIo layer completes the