Home
last modified time | relevance | path

Searched refs:UdpService (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
DExchange.c37 IN IKE_UDP_SERVICE *UdpService, in Ikev2NegotiateSa() argument
50 if (UdpService == NULL || RemoteIp == NULL) { in Ikev2NegotiateSa()
55 Private = (UdpService->IpVersion == IP_VERSION_4) ? in Ikev2NegotiateSa()
56 IPSEC_PRIVATE_DATA_FROM_UDP4LIST(UdpService->ListHead) : in Ikev2NegotiateSa()
57 IPSEC_PRIVATE_DATA_FROM_UDP6LIST(UdpService->ListHead); in Ikev2NegotiateSa()
73 IkeSaSession = Ikev2SaSessionAlloc (Private, UdpService); in Ikev2NegotiateSa()
100 &UdpService->DefaultAddress, in Ikev2NegotiateSa()
125 Status = Ikev2SendIkePacket (UdpService, (UINT8 *) SessionCommon, IkePacket, 0); in Ikev2NegotiateSa()
177 IKE_UDP_SERVICE *UdpService; in Ikev2NegotiateChildSa() local
180 UdpService = SaSession->SessionCommon.UdpService; in Ikev2NegotiateChildSa()
[all …]
DInfo.c265 IkeSaSession->SessionCommon.UdpService, in Ikev2InfoParser()
344 IkeSaSession->SessionCommon.UdpService, in Ikev2InfoParser()
383 ChildSaSession->SessionCommon.UdpService, in Ikev2InfoParser()
DUtility.h43 IN IKE_UDP_SERVICE *UdpService
177 IN IKE_UDP_SERVICE *UdpService,
1031 IN IKE_UDP_SERVICE *UdpService
DUtility.c52 IN IKE_UDP_SERVICE *UdpService in Ikev2SaSessionAlloc() argument
78 SessionCommon->UdpService = UdpService; in Ikev2SaSessionAlloc()
508 IN IKE_UDP_SERVICE *UdpService, in Ikev2ChildSaSessionAlloc() argument
539 ChildSaCommon->UdpService = UdpService; in Ikev2ChildSaSessionAlloc()
1751 SessionCommon->UdpService, in Ikev2ResendNotify()
1840 IN IKE_UDP_SERVICE *UdpService in Ikev2ChildSaSessionCreate() argument
1849 ChildSaSession = Ikev2ChildSaSessionAlloc (UdpService, IkeSaSession); in Ikev2ChildSaSessionCreate()
1964 IpVersion = ChildSaSession->SessionCommon.UdpService->IpVersion; in Ikev2MatchSpdEntry()
DIkev2.h155 IKE_UDP_SERVICE *UdpService; member
DSa.c521 if (IkeSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) { in Ikev2AuthPskGenerator()
856 (ChildSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) ? in Ikev2AuthPskParser()
1116 if (IkeSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) { in Ikev2AuthCertGenerator()
1477 (ChildSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) ? in Ikev2AuthCertParser()
DPayload.c256 IpVersion = CommonSession->UdpService->IpVersion; in Ikev2GenerateIdPayload()
928 IpVersion = ChildSa->SessionCommon.UdpService->IpVersion; in Ikev2GenerateTsPayload()
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkeService.c210 IN IKE_UDP_SERVICE *UdpService, in IkeOpenOutputUdp() argument
228 if (UdpService->IsConfigured) { in IkeOpenOutputUdp()
232 if (UdpService->IpVersion == UDP_IO_UDP4_VERSION) { in IkeOpenOutputUdp()
237 UdpService->NicHandle, in IkeOpenOutputUdp()
282 &UdpService->DefaultAddress.v4, in IkeOpenOutputUdp()
290 UdpService->Output = UdpIoCreateIo ( in IkeOpenOutputUdp()
291 UdpService->NicHandle, in IkeOpenOutputUdp()
292 UdpService->ImageHandle, in IkeOpenOutputUdp()
295 &UdpService->DefaultAddress in IkeOpenOutputUdp()
298 if (UdpService->Output == NULL) { in IkeOpenOutputUdp()
[all …]
DIkeService.h41 IN IKE_UDP_SERVICE * UdpService,
95 IN IKE_UDP_SERVICE *UdpService,
110 IN IKE_UDP_SERVICE *UdpService,
125 IN IKE_UDP_SERVICE *UdpService,
197 IN IKE_UDP_SERVICE *UdpService,
DIpSecImpl.c446 IKE_UDP_SERVICE *UdpService; in IpSecLookupSadEntry() local
453 UdpService = IkeLookupUdp (Private, NicHandle, IpVersion); in IpSecLookupSadEntry()
455 if (UdpService == NULL) { in IpSecLookupSadEntry()
490 UdpService, in IpSecLookupSadEntry()
496 UdpService, in IpSecLookupSadEntry()