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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
ChildSa.c 40 IKE_PAYLOAD *NotifyPayload;
107 NotifyPayload = Ikev2GenerateNotifyPayload (
117 IKE_PACKET_APPEND_PAYLOAD (IkePacket, NotifyPayload);
Sa.c 91 IKE_PAYLOAD *NotifyPayload;
97 NotifyPayload = NULL;
128 NotifyPayload = Ikev2GenerateNotifyPayload (
200 if (NotifyPayload != NULL) {
201 IKE_PACKET_APPEND_PAYLOAD (IkePacket, NotifyPayload);
247 IKE_PAYLOAD *NotifyPayload;
258 NotifyPayload = NULL;
275 NotifyPayload = IkePayload;
286 if (NotifyPayload != NULL) {
287 Status = Ikev2ParserNotifyCookiePayload (NotifyPayload, IkeSaSession);
    [all...]
Payload.c     [all...]

Completed in 91 milliseconds