Searched refs:BytesToPrint (Results 1 – 1 of 1) sorted by relevance
315 UINTN BytesToPrint; in IpSecDumpBuf() local324 …BytesToPrint = (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()