Searched refs:MapIntegerToString (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DDump.c211 Str = MapIntegerToString (Selector->NextLayerProtocol, mMapIpProtocol);
290 Print (L"%s ", MapIntegerToString (Data->Action, mMapIpSecAction));
345 String1 = MapIntegerToString (Data->ProcessingPolicy->Proto, mMapIpSecProtocol);
346 String2 = MapIntegerToString (Data->ProcessingPolicy->AuthAlgoId, mMapAuthAlgo);
347 String3 = MapIntegerToString (Data->ProcessingPolicy->EncAlgoId, mMapEncAlgo);
355 Print (L"%s ", MapIntegerToString (Data->ProcessingPolicy->Mode, mMapIpSecMode));
361 Print (L" %s]", MapIntegerToString (Data->ProcessingPolicy->TunnelOption->DF, mMapDfOption));
401 Print (L"0x%x %s ", (UINTN) SaId->Spi, MapIntegerToString (SaId->Proto, mMapIpSecProtocol));
413 MapIntegerToString (Data->Mode, mMapIpSecMode),
446 MapIntegerToString (Dat
[all...]
H A DHelper.h138 MapIntegerToString (
H A DHelper.c406 MapIntegerToString ( function

Completed in 3001 milliseconds