Home | History | Annotate | Download | only in Udp6Dxe

Lines Matching defs:Ip

65   EFI_IP6_PROTOCOL    *Ip;

88 Ip = Instance->IpInfo->Ip.Ip6;
93 Status = Ip->GetModeData (Ip, Ip6ModeData, MnpConfigData, SnpModeData);
209 // Construct the Ip configuration data from the UdpConfigData.
214 // Configure the Ip instance wrapped in the IpInfo.
242 // Reset the ip instance if bind fails.
271 // Reset the Ip instance wrapped in the IpInfo.
331 EFI_IP6_PROTOCOL *Ip;
357 Ip = Instance->IpInfo->Ip.Ip6;
362 // Invoke the Ip instance the Udp6 instance consumes to do the group operation.
364 Status = Ip->Groups (Ip, JoinFlag, MulticastAddress);
372 // datagrams from the 0 station address IP instance and then UDP delivers to
444 packet size. Or, the length of the IP header + UDP
840 EFI_IP6_PROTOCOL *Ip;
847 Ip = Instance->IpInfo->Ip.Ip6;
850 // Invode the Ip instance consumed by the udp instance to do the poll operation.
852 return Ip->Poll (Ip);