OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifyPayload
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
ChildSa.c
40
IKE_PAYLOAD *
NotifyPayload
;
43
NotifyPayload
= NULL;
110
NotifyPayload
= Ikev2GenerateNotifyPayload (
119
if (
NotifyPayload
== NULL) {
124
IKE_PACKET_APPEND_PAYLOAD (IkePacket,
NotifyPayload
);
Sa.c
91
IKE_PAYLOAD *
NotifyPayload
;
97
NotifyPayload
= NULL;
130
NotifyPayload
= Ikev2GenerateNotifyPayload (
204
if (
NotifyPayload
!= NULL) {
205
IKE_PACKET_APPEND_PAYLOAD (IkePacket,
NotifyPayload
);
251
IKE_PAYLOAD *
NotifyPayload
;
262
NotifyPayload
= NULL;
279
NotifyPayload
= IkePayload;
290
if (
NotifyPayload
!= NULL && !EFI_ERROR(Ikev2ParserNotifyCookiePayload (
NotifyPayload
, IkeSaSession))) {
[
all
...]
Payload.c
[
all
...]
Completed in 606 milliseconds