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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 69 CHAR16 *IfName;
IfConfig6.c 646 @param[in] IfName The pointer of IfName(interface name).
656 IN CHAR16 *IfName,
749 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
858 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 65 CHAR16 *IfName;
387 @param[in] IfName The pointer of IfName(interface name).
396 IN CHAR16 *IfName,
490 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
556 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
    [all...]

Completed in 4926 milliseconds