Searched refs:Udp6Srv (Results 1 – 1 of 1) sorted by relevance
476 IKE_UDP_SERVICE *Udp6Srv; in IkeOpenInputUdp6() local478 Udp6Srv = IkeLookupUdp (Private, Controller, IP_VERSION_6); in IkeOpenInputUdp6()480 if (Udp6Srv != NULL) { in IkeOpenInputUdp6()484 Udp6Srv = AllocateZeroPool (sizeof (IKE_UDP_SERVICE)); in IkeOpenInputUdp6()486 if (Udp6Srv == NULL) { in IkeOpenInputUdp6()492 Udp6Srv->Input = UdpIoCreateIo ( in IkeOpenInputUdp6()500 if (Udp6Srv->Input == NULL) { in IkeOpenInputUdp6()501 FreePool (Udp6Srv); in IkeOpenInputUdp6()505 Udp6Srv->NicHandle = Controller; in IkeOpenInputUdp6()506 Udp6Srv->ImageHandle = ImageHandle; in IkeOpenInputUdp6()[all …]