Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIkeService.c378 IKE_UDP_SERVICE *Udp4Srv; in IkeOpenInputUdp4() local
383 Udp4Srv = IkeLookupUdp (Private, Controller, IP_VERSION_4); in IkeOpenInputUdp4()
385 if (Udp4Srv != NULL) { in IkeOpenInputUdp4()
389 Udp4Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE)); in IkeOpenInputUdp4()
391 if (Udp4Srv == NULL) { in IkeOpenInputUdp4()
397 Udp4Srv->Input = UdpIoCreateIo ( in IkeOpenInputUdp4()
405 if (Udp4Srv->Input == NULL) { in IkeOpenInputUdp4()
406 FreePool (Udp4Srv); in IkeOpenInputUdp4()
410 Udp4Srv->NicHandle = Controller; in IkeOpenInputUdp4()
411 Udp4Srv->ImageHandle = ImageHandle; in IkeOpenInputUdp4()
[all …]