Searched refs:Udp4Srv (Results 1 – 1 of 1) sorted by relevance
403 IKE_UDP_SERVICE *Udp4Srv; in IkeOpenInputUdp4() local408 Udp4Srv = IkeLookupUdp (Private, Controller, IP_VERSION_4); in IkeOpenInputUdp4()410 if (Udp4Srv != NULL) { in IkeOpenInputUdp4()414 Udp4Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE)); in IkeOpenInputUdp4()416 if (Udp4Srv == NULL) { in IkeOpenInputUdp4()422 Udp4Srv->Input = UdpIoCreateIo ( in IkeOpenInputUdp4()430 if (Udp4Srv->Input == NULL) { in IkeOpenInputUdp4()431 FreePool (Udp4Srv); in IkeOpenInputUdp4()435 Udp4Srv->NicHandle = Controller; in IkeOpenInputUdp4()436 Udp4Srv->ImageHandle = ImageHandle; in IkeOpenInputUdp4()[all …]