Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsImpl.c978 DNS6_SERVER_IP *NewServerIp; in AddDns6ServerIp()
979 DNS6_SERVER_IP *Item; in AddDns6ServerIp()
990 Item = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink); in AddDns6ServerIp()
1002 NewServerIp = AllocatePool (sizeof (DNS6_SERVER_IP)); in AddDns6ServerIp()
DDnsImpl.h116 } DNS6_SERVER_IP; typedef
DDnsDriver.c356 DNS6_SERVER_IP *ItemServerIp6; in DnsUnload()
411 ItemServerIp6 = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink); in DnsUnload()
DDnsProtocol.c848 DNS6_SERVER_IP *ServerItem; in Dns6GetModeData()
895 ServerItem = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink); in Dns6GetModeData()