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

  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/
Exchange.c 24 @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, (UINT8 *) SessionCommon, IkePacket, 0);
    [all...]
Info.c 256 IkeSaSession->SessionCommon.UdpService,
335 IkeSaSession->SessionCommon.UdpService,
374 ChildSaSession->SessionCommon.UdpService,
Utility.h 35 @param[in] UdpService Pointer to IKE_UDP_SERVICE related to this IKE SA Session.
43 IN IKE_UDP_SERVICE *UdpService
168 @param[in] UdpService Pointer to IKE_UDP_SERVICE.
177 IN IKE_UDP_SERVICE *UdpService,
    [all...]
Utility.c 44 @param[in] UdpService Pointer to IKE_UDP_SERVICE related to this IKE SA Session.
52 IN IKE_UDP_SERVICE *UdpService
76 SessionCommon->UdpService = UdpService;
497 @param[in] UdpService Pointer to IKE_UDP_SERVICE.
506 IN IKE_UDP_SERVICE *UdpService,
528 ChildSaCommon->UdpService = UdpService;
880 IKE_UDP_SERVICE *UdpService;
892 UdpService = IkeSaSession->SessionCommon.UdpService;
    [all...]
Ikev2.h 155 IKE_UDP_SERVICE *UdpService;
Sa.c 502 if (IkeSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) {
781 (ChildSaSession->SessionCommon.UdpService->IpVersion == IP_VERSION_4) ?
    [all...]
Payload.c 239 IpVersion = CommonSession->UdpService->IpVersion;
884 IpVersion = ChildSa->SessionCommon.UdpService->IpVersion;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
IkeService.c 197 If the UdpService is not configured, this fuction calls UdpIoCreatIo() to
198 create UDPIO to bind this UdpService for IKE packet sending. If the UdpService
201 @param[in] UdpService The UDP_IO to be configured.
210 IN IKE_UDP_SERVICE *UdpService,
228 if (UdpService->IsConfigured) {
232 if (UdpService->IpVersion == UDP_IO_UDP4_VERSION) {
237 UdpService->NicHandle,
282 &UdpService->DefaultAddress.v4,
290 UdpService->Output = UdpIoCreateIo (
    [all...]
IkeService.h 29 @param[in] UdpService Point to Udp Servcie used for the IKE packet sending.
41 IN IKE_UDP_SERVICE * UdpService,
88 @param[in] UdpService Point to UDP service used to send IKE Packet.
95 IN IKE_UDP_SERVICE *UdpService,
103 @param[in] UdpService Point to UDP service used to send IKE packet.
110 IN IKE_UDP_SERVICE *UdpService,
118 @param[in] UdpService Point to UDP service used to send IKE packet.
125 IN IKE_UDP_SERVICE *UdpService,
186 @param[in] UdpService Point to IKE_UDP_SERVICE which will be used for
197 IN IKE_UDP_SERVICE *UdpService,
    [all...]
IpSecImpl.c 446 IKE_UDP_SERVICE *UdpService;
453 UdpService = IkeLookupUdp (Private, NicHandle, IpVersion);
455 if (UdpService == NULL) {
490 UdpService,
496 UdpService,
    [all...]

Completed in 883 milliseconds