Lines Matching refs:Ip6ModeData
218 EFI_IP6_MODE_DATA Ip6ModeData; in IkeOpenOutputUdp() local
322 ZeroMem (&Ip6ModeData, sizeof (EFI_IP6_MODE_DATA)); in IkeOpenOutputUdp()
325 Status = Udp6->GetModeData (Udp6, NULL, &Ip6ModeData, NULL, NULL); in IkeOpenOutputUdp()
332 if (Ip6ModeData.AddressList != NULL) { in IkeOpenOutputUdp()
333 FreePool (Ip6ModeData.AddressList); in IkeOpenOutputUdp()
336 if (Ip6ModeData.GroupTable != NULL) { in IkeOpenOutputUdp()
337 FreePool (Ip6ModeData.GroupTable); in IkeOpenOutputUdp()
340 if (Ip6ModeData.RouteTable != NULL) { in IkeOpenOutputUdp()
341 FreePool (Ip6ModeData.RouteTable); in IkeOpenOutputUdp()
344 if (Ip6ModeData.NeighborCache != NULL) { in IkeOpenOutputUdp()
345 FreePool (Ip6ModeData.NeighborCache); in IkeOpenOutputUdp()
348 if (Ip6ModeData.PrefixTable != NULL) { in IkeOpenOutputUdp()
349 FreePool (Ip6ModeData.PrefixTable); in IkeOpenOutputUdp()
352 if (Ip6ModeData.IcmpTypeList != NULL) { in IkeOpenOutputUdp()
353 FreePool (Ip6ModeData.IcmpTypeList); in IkeOpenOutputUdp()
367 &Ip6ModeData.ConfigData.StationAddress, in IkeOpenOutputUdp()