Home | History | Annotate | Download | only in Udp4Dxe

Lines Matching refs:TxTokens

475   NetMapInit (&Instance->TxTokens);

504 NetMapClean (&Instance->TxTokens);
1016 if (Udp4RemoveToken (&Instance->TxTokens, Token) == EFI_SUCCESS) {
1233 // Cancel this token from the TxTokens map.
1235 Status = NetMapIterate (&Instance->TxTokens, Udp4CancelTokens, Token);
1240 // the TxTokens, just return success.
1247 // is NULL or the specified Token is not in TxTokens.
1254 // TxTokens nor the RxTokens, or say, it's not found.
1259 ASSERT ((Token != NULL) || ((0 == NetMapGetCount (&Instance->TxTokens))