Home
last modified time | relevance | path

Searched refs:IfName (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
DIfconfig.c65 CHAR16 *IfName; member
347 IN CHAR16 *IfName, in IfConfigGetInterfaceInfo() argument
441 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) { in IfConfigGetInterfaceInfo()
507 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) { in IfConfigGetInterfaceInfo()
753 IN CHAR16 *IfName in IfConfigClearInterfaceInfo() argument
778 if ((IfName != NULL) && (StrCmp (IfName, IfCb->IfInfo->Name) == 0)) { in IfConfigClearInterfaceInfo()
1188 Private->IfName, in IfConfig()
1202 ShellStatus = IfConfigClearInterfaceInfo (&Private->IfList, Private->IfName); in IfConfig()
1241 if (Private->IfName != NULL) { in IfConfigCleanup()
1242 FreePool (Private->IfName); in IfConfigCleanup()
[all …]
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
DIfconfig6.c67 CHAR16 *IfName; member
734 IN CHAR16 *IfName, in IfConfig6GetInterfaceInfo() argument
827 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) { in IfConfig6GetInterfaceInfo()
936 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) { in IfConfig6GetInterfaceInfo()
1109 IN CHAR16 *IfName in IfConfig6ClearInterfaceInfo() argument
1134 if ((IfName != NULL) && (StrCmp (IfName, IfCb->IfInfo->Name) == 0)) { in IfConfig6ClearInterfaceInfo()
1672 Private->IfName, in IfConfig6()
1687 ShellStatus = IfConfig6ClearInterfaceInfo (&Private->IfList, Private->IfName); in IfConfig6()
1727 if (Private->IfName != NULL) in IfConfig6Cleanup()
1728 FreePool (Private->IfName); in IfConfig6Cleanup()
[all …]
/device/linaro/bootloader/edk2/NetworkPkg/Application/VConfig/
DVConfigStrings.uni42 "VCONFIG [-?] [-l [IfName]] [-a IfName VlanId [Priority]] [-d IfName.VlanId]\r\n"
48 " IfName Name of network interface, e.g. eth0, eth1.\r\n"
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6.c658 IN CHAR16 *IfName, in IfConfig6GetInterfaceInfo() argument
751 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) { in IfConfig6GetInterfaceInfo()
860 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) { in IfConfig6GetInterfaceInfo()
1533 Private->IfName, in IfConfig6()
1597 if (Private->IfName != NULL) in IfConfig6Cleanup()
1598 FreePool (Private->IfName); in IfConfig6Cleanup()
1738 Private->IfName = Str; in IfConfig6Initialize()
1750 Private->IfName = Str; in IfConfig6Initialize()
1770 Private->IfName = ArgList->Arg; in IfConfig6Initialize()
1774 if (Private->IfName == NULL || Private->VarArg == NULL) { in IfConfig6Initialize()
DIfConfig6.h69 CHAR16 *IfName; member