Searched refs:IfName (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/ |
D | Ifconfig.c | 65 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/ |
D | Ifconfig6.c | 67 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/ |
D | VConfigStrings.uni | 42 "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/ |
D | IfConfig6.c | 658 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()
|
D | IfConfig6.h | 69 CHAR16 *IfName; member
|