HomeSort by relevance Sort by last modified time
    Searched refs:DNS6_SERVER_IP (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.c 1002 DNS6_SERVER_IP *NewServerIp;
1003 DNS6_SERVER_IP *Item;
1014 Item = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink);
1026 NewServerIp = AllocatePool (sizeof (DNS6_SERVER_IP));
    [all...]
DnsImpl.h 115 } DNS6_SERVER_IP;
    [all...]
DnsDriver.c 356 DNS6_SERVER_IP *ItemServerIp6;
411 ItemServerIp6 = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink);
    [all...]
DnsProtocol.c 904 DNS6_SERVER_IP *ServerItem;
955 ServerItem = NET_LIST_USER_STRUCT (Entry, DNS6_SERVER_IP, AllServerLink);
    [all...]

Completed in 280 milliseconds