Searched refs:MapIntegerToString (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/ |
H A D | Dump.c | 211 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 D | Helper.h | 138 MapIntegerToString (
|
H A D | Helper.c | 406 MapIntegerToString ( function
|
Completed in 3001 milliseconds