Searched defs:UdpService (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/Ikev2/
H A DExchange.c24 @param[in] UdpService Point to Udp Servcie used for the IKE packet sending.
31 @retval EFI_INVALID_PARAMETER If UdpService or RemoteIp is NULL.
37 IN IKE_UDP_SERVICE *UdpService,
50 if (UdpService == NULL || RemoteIp == NULL) {
55 Private = (UdpService->IpVersion == IP_VERSION_4) ?
56 IPSEC_PRIVATE_DATA_FROM_UDP4LIST(UdpService->ListHead) :
57 IPSEC_PRIVATE_DATA_FROM_UDP6LIST(UdpService->ListHead);
73 IkeSaSession = Ikev2SaSessionAlloc (Private, UdpService);
100 &UdpService->DefaultAddress,
125 Status = Ikev2SendIkePacket (UdpService, (UINT
36 Ikev2NegotiateSa( IN IKE_UDP_SERVICE *UdpService, IN IPSEC_SPD_ENTRY *SpdEntry, IN IPSEC_PAD_ENTRY *PadEntry, IN EFI_IP_ADDRESS *RemoteIp ) argument
177 IKE_UDP_SERVICE *UdpService; local
306 IKE_UDP_SERVICE *UdpService; local
397 Ikev2HandleSa( IN IKE_UDP_SERVICE *UdpService, IN IKE_PACKET *IkePacket ) argument
624 Ikev2HandleChildSa( IN IKE_UDP_SERVICE *UdpService, IN IKE_PACKET *IkePacket ) argument
727 Ikev2HandleInfo( IN IKE_UDP_SERVICE *UdpService, IN IKE_PACKET *IkePacket ) argument
[all...]
H A DIkev2.h155 IKE_UDP_SERVICE *UdpService; member in struct:__anon12529
H A DUtility.c43 @param[in] UdpService Pointer to IKE_UDP_SERVICE related to this IKE SA Session.
51 IN IKE_UDP_SERVICE *UdpService
75 SessionCommon->UdpService = UdpService;
496 @param[in] UdpService Pointer to IKE_UDP_SERVICE.
505 IN IKE_UDP_SERVICE *UdpService,
527 ChildSaCommon->UdpService = UdpService;
881 IKE_UDP_SERVICE *UdpService; local
893 UdpService
504 Ikev2ChildSaSessionAlloc( IN IKE_UDP_SERVICE *UdpService, IN IKEV2_SA_SESSION *IkeSaSession ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/IpSecDxe/
H A DIkeService.c198 If the UdpService is not configured, this fuction calls UdpIoCreatIo() to
199 create UDPIO to bind this UdpService for IKE packet sending. If the UdpService
202 @param[in] UdpService The UDP_IO to be configured.
211 IN IKE_UDP_SERVICE *UdpService,
229 if (UdpService->IsConfigured) {
233 if (UdpService->IpVersion == UDP_IO_UDP4_VERSION) {
238 UdpService->NicHandle,
266 &UdpService->DefaultAddress.v4,
274 UdpService
210 IkeOpenOutputUdp( IN IKE_UDP_SERVICE *UdpService, IN EFI_IP_ADDRESS *RemoteIp ) argument
496 IkeNegotiate( IN IKE_UDP_SERVICE *UdpService, IN IPSEC_SPD_ENTRY *SpdEntry, IN EFI_IP_ADDRESS *RemoteIp ) argument
589 IKE_UDP_SERVICE *UdpService; local
[all...]
H A DIpSecImpl.c445 IKE_UDP_SERVICE *UdpService; local
452 UdpService = IkeLookupUdp (Private, NicHandle, IpVersion);
454 if (UdpService == NULL) {
489 UdpService,
495 UdpService,

Completed in 126 milliseconds