Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching refs:TxTokens

486   NetMapInit (&Instance->TxTokens);

515 NetMapClean (&Instance->TxTokens);
1000 if (Udp6RemoveToken (&Instance->TxTokens, Token) == EFI_SUCCESS) {
1224 // Cancel this token from the TxTokens map.
1226 Status = NetMapIterate (&Instance->TxTokens, Udp6CancelTokens, Token);
1231 // the TxTokens and returns success.
1238 // is NULL or the specified Token is not in TxTokens.
1245 // TxTokens nor the RxTokens, or say, it's not found.
1251 ((0 == NetMapGetCount (&Instance->TxTokens)) &&