Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:Udp6

147   Configure a UDPIO's UDP6 instance.

150 UDP6 instance.
166 EFI_UDP6_PROTOCOL *Udp6;
171 Udp6 = UdpIo->Protocol.Udp6;
191 return Udp6->Configure (Udp6, &Udp6Cfg);
219 EFI_UDP6_PROTOCOL *Udp6;
305 // Create udp6 io for output with remote address.
324 Udp6 = UdpService->Output->Protocol.Udp6;
325 Status = Udp6->GetModeData (Udp6, NULL, &Ip6ModeData, NULL, NULL);
357 // Reconfigure udp6 io without remote address.
359 Udp6->Configure (Udp6, NULL);
456 Open and configure a UDPIO of Udp6 for IKE packet receiving.
458 This function is called at the IPsecDriverBinding start. IPsec create a UDP6 and UDP6
490 // Create udp6 io for input.
514 // Insert the udp6 io into the list and increase the count.