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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 53 UINT32 DnsCnt;
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 50 UINT32 DnsCnt;
472 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv4_ADDRESS));
718 for (Index = 0; Index < IfCb->DnsCnt; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 51 UINT32 DnsCnt;
858 IfCb->DnsCnt = (UINT32) (DataSize / sizeof (EFI_IPv6_ADDRESS));
1060 for (Index = 0; Index < IfCb->DnsCnt; Index++) {
    [all...]

Completed in 95 milliseconds