Lines Matching refs:Instance
164 This function initialize the DHCP4 message instance.
168 @param Seed Pointer to the message instance of the DHCP4 packet.
169 @param InterfaceInfo Pointer to the EFI_IP4_CONFIG2_INTERFACE_INFO instance.
304 instance to intercept events that occurs in the DHCPv6 Information Request
307 @param This Pointer to the EFI_DHCP6_PROTOCOL instance that
312 The EFI DHCPv6 Protocol instance is responsible
398 @param Instance The DNS instance.
410 IN DNS_INSTANCE *Instance,
436 Image = Instance->Service->ImageHandle;
437 Controller = Instance->Service->ControllerHandle;
474 if (Instance->Dns4CfgData.UseDefaultSetting) {
482 // Create a Mnp child instance, get the protocol and config for it.
523 // Create a DHCP4 child instance and get the protocol.
548 // Get Ip4Config2 instance info.
599 if (Instance->Dns4CfgData.UseDefaultSetting) {
603 CopyMem (&(Token.ListenPoints[0].ListenAddress), &(Instance->Dns4CfgData.StationIp), sizeof (EFI_IPv4_ADDRESS));
604 CopyMem (&(Token.ListenPoints[0].SubnetMask), &(Instance->Dns4CfgData.SubnetMask), sizeof (EFI_IPv4_ADDRESS));
639 if (Instance->Dns4CfgData.UseDefaultSetting) {
642 CopyMem (&(Token.Packet->Dhcp4.Header.ClientAddr), &(Instance->Dns4CfgData.StationIp), sizeof (EFI_IPv4_ADDRESS));
801 // Create a DHCP6 child instance and get the protocol.