Searched refs:UdpService (Results 1 – 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
D | Exchange.c | 37 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 …]
|
D | Info.c | 265 IkeSaSession->SessionCommon.UdpService, in Ikev2InfoParser() 344 IkeSaSession->SessionCommon.UdpService, in Ikev2InfoParser() 383 ChildSaSession->SessionCommon.UdpService, in Ikev2InfoParser()
|
D | Utility.h | 43 IN IKE_UDP_SERVICE *UdpService 177 IN IKE_UDP_SERVICE *UdpService, 1031 IN IKE_UDP_SERVICE *UdpService
|
D | Utility.c | 52 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()
|
D | Ikev2.h | 155 IKE_UDP_SERVICE *UdpService; member
|
D | Sa.c | 521 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()
|
D | Payload.c | 256 IpVersion = CommonSession->UdpService->IpVersion; in Ikev2GenerateIdPayload() 928 IpVersion = ChildSa->SessionCommon.UdpService->IpVersion; in Ikev2GenerateTsPayload()
|
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
D | IkeService.c | 210 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 …]
|
D | IkeService.h | 41 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,
|
D | IpSecImpl.c | 446 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()
|