/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/ |
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,
186 @param[in] UdpService Point to IKE_UDP_SERVICE which will be used for
197 IN IKE_UDP_SERVICE *UdpService,
230 @return a pointer of IKE_UDP_SERVICE.
233 IKE_UDP_SERVICE *
|
IkeService.c | 70 @return a pointer of IKE_UDP_SERVICE.
73 IKE_UDP_SERVICE *
83 IKE_UDP_SERVICE *Udp;
210 IN IKE_UDP_SERVICE *UdpService,
403 IKE_UDP_SERVICE *Udp4Srv;
414 Udp4Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE));
476 IKE_UDP_SERVICE *Udp6Srv;
484 Udp6Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE));
530 @param[in] UdpService Point to IKE_UDP_SERVICE which will be used for
542 IN IKE_UDP_SERVICE *UdpService, [all...] |
Ike.h | 209 } IKE_UDP_SERVICE;
|
IpSecImpl.h | 41 #define IPSEC_UDP_SERVICE_FROM_LIST(a) BASE_CR (a, IKE_UDP_SERVICE, List)
|
IpSecDriver.c | 178 IKE_UDP_SERVICE *UdpSrv;
|
IpSecImpl.c | 446 IKE_UDP_SERVICE *UdpService;
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/Ikev2/ |
Exchange.c | 37 IN IKE_UDP_SERVICE *UdpService,
177 IKE_UDP_SERVICE *UdpService;
306 IKE_UDP_SERVICE *UdpService;
398 IN IKE_UDP_SERVICE *UdpService,
632 IN IKE_UDP_SERVICE *UdpService,
735 IN IKE_UDP_SERVICE *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,
904 @param[in] IkeUdpService Pointer to IKE_UDP_SERVICE used to send the IKE packet.
917 IN IKE_UDP_SERVICE *IkeUdpService,
[all...] |
Ikev2.h | 155 IKE_UDP_SERVICE *UdpService;
|
Utility.c | 44 @param[in] UdpService Pointer to IKE_UDP_SERVICE related to this IKE SA Session.
52 IN IKE_UDP_SERVICE *UdpService
499 @param[in] UdpService Pointer to IKE_UDP_SERVICE.
508 IN IKE_UDP_SERVICE *UdpService,
[all...] |
Payload.c | [all...] |