HomeSort by relevance Sort by last modified time
    Searched refs:OldLastHead (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IpSecMain.c 70 UINT8 OldLastHead;
83 OldLastHead = *LastHead;
147 OldLastHead,
171 OldLastHead,
192 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) {
198 } else if (OldLastHead == IP6_ICMP && *IpPayload != ICMP_V6_ECHO_REQUEST) {
209 OldLastHead,
233 if (OldLastHead == IP6_ICMP &&
IpSecImpl.h 301 @param[in] OldLastHead The Last protocol of the IP packet.
320 IN UINT8 OldLastHead,
IpSecImpl.c 422 @param[in] OldLastHead The Last protocol of the IP packet.
441 IN UINT8 OldLastHead,
482 if (OldLastHead != IP6_ICMP ||
483 (OldLastHead == IP6_ICMP && *IpPayload == ICMP_V6_ECHO_REQUEST)
    [all...]

Completed in 418 milliseconds