Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecMain.c70 UINT8 OldLastHead; in IpSecProcess() local
83 OldLastHead = *LastHead; in IpSecProcess()
147 OldLastHead, in IpSecProcess()
171 OldLastHead, in IpSecProcess()
192 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) { in IpSecProcess()
198 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) { in IpSecProcess()
209 OldLastHead, in IpSecProcess()
233 if (OldLastHead == IP6_ICMP && in IpSecProcess()
DIpSecImpl.h320 IN UINT8 OldLastHead,
DIpSecImpl.c441 IN UINT8 OldLastHead, in IpSecLookupSadEntry() argument
482 if (OldLastHead != IP6_ICMP || in IpSecLookupSadEntry()
483 (OldLastHead == IP6_ICMP && *IpPayload == ICMP_V6_ECHO_REQUEST) in IpSecLookupSadEntry()