Home
last modified time | relevance | path

Searched refs:BytesToPrint (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDebug.c315 UINTN BytesToPrint; in IpSecDumpBuf() local
324BytesToPrint = (BytesRemaining > IPSEC_DEBUG_BYTE_PER_LINE) ? IPSEC_DEBUG_BYTE_PER_LINE : BytesRem… in IpSecDumpBuf()
326 for (Index = 0; Index < BytesToPrint; Index++) { in IpSecDumpBuf()
331 BytesRemaining -= BytesToPrint; in IpSecDumpBuf()