Searched refs:Dns (Results 1 – 3 of 3) sorted by relevance
840 EFI_IPv4_ADDRESS *Dns; in IfConfigSetInterfaceInfo() local846 Dns = NULL; in IfConfigSetInterfaceInfo()1116 Dns = AllocatePool (Index * sizeof (EFI_IPv4_ADDRESS)); in IfConfigSetInterfaceInfo()1117 if (Dns == NULL) { in IfConfigSetInterfaceInfo()1125 Status = NetLibStrToIp4 (Tmp->Arg, Dns + Index); in IfConfigSetInterfaceInfo()1146 Dns in IfConfigSetInterfaceInfo()1157 if (Dns != NULL) { in IfConfigSetInterfaceInfo()1158 FreePool (Dns); in IfConfigSetInterfaceInfo()
207 UINT8 Dns; member
1001 ParaList.Dns = DHCP4_TAG_DNS_SERVER; in Ip4StartAutoConfig()