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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 53 UINT32 DnsCnt;
IfConfig6.c 780 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv6_ADDRESS));
984 for (Index = 0; Index < IfCb->DnsCnt; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 50 UINT32 DnsCnt;
521 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv4_ADDRESS));
767 for (Index = 0; Index < IfCb->DnsCnt; Index++) {
    [all...]

Completed in 2693 milliseconds