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

  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.h 69 CHAR16 *IfName;
IfConfig6.c 648 @param[in] IfName The pointer of IfName(interface name).
658 IN CHAR16 *IfName,
751 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
860 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ifconfig.c 65 CHAR16 *IfName;
338 @param[in] IfName The pointer of IfName(interface name).
347 IN CHAR16 *IfName,
441 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
507 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
744 @param[in] IfName The pointer of interface name.
753 IN CHAR16 *IfName
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork2CommandsLib/
Ifconfig6.c 67 CHAR16 *IfName;
724 @param[in] IfName The pointer of IfName(interface name).
734 IN CHAR16 *IfName,
827 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) != 0)) {
936 if ((IfName != NULL) && (StrCmp (IfName, IfInfo->Name) == 0)) {
1100 @param[in] IfName The pointer of interface name.
1109 IN CHAR16 *IfName
    [all...]

Completed in 2271 milliseconds