OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPSEC_DEBUG_BYTE_PER_LINE
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecDebug.h
29
#define
IPSEC_DEBUG_BYTE_PER_LINE
8
IpSecDebug.c
324
BytesToPrint = (BytesRemaining >
IPSEC_DEBUG_BYTE_PER_LINE
) ?
IPSEC_DEBUG_BYTE_PER_LINE
: BytesRemaining;
Completed in 475 milliseconds