Home | History | Annotate | Download | only in Udp4Dxe

Lines Matching refs:TxToken

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

756 This function validates the TxToken, it returns the error code according to the spec.
759 @param[in] TxToken Pointer to the token to be checked.
761 @retval EFI_SUCCESS The TxToken is valid.
784 IN EFI_UDP4_COMPLETION_TOKEN *TxToken
795 if (TxToken->Event == NULL) {
799 TxData = TxToken->Packet.TxData;
987 interface. It's called to signal the udp TxToken when IpIo layer completes the