Home
last modified time | relevance | path

Searched refs:DNS4_SERVER_IP (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c923 DNS4_SERVER_IP *NewServerIp; in AddDns4ServerIp()
924 DNS4_SERVER_IP *Item; in AddDns4ServerIp()
935 Item = NET_LIST_USER_STRUCT (Entry, DNS4_SERVER_IP, AllServerLink); in AddDns4ServerIp()
947 NewServerIp = AllocatePool (sizeof (DNS4_SERVER_IP)); in AddDns4ServerIp()
DDnsImpl.h111 } DNS4_SERVER_IP; typedef
DDnsDriver.c354 DNS4_SERVER_IP *ItemServerIp4; in DnsUnload()
393 ItemServerIp4 = NET_LIST_USER_STRUCT (Entry, DNS4_SERVER_IP, AllServerLink); in DnsUnload()
DDnsProtocol.c68 DNS4_SERVER_IP *ServerItem; in Dns4GetModeData()
116 ServerItem = NET_LIST_USER_STRUCT (Entry, DNS4_SERVER_IP, AllServerLink); in Dns4GetModeData()