TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiShellNetwork2CommandsLib.h
Go to the documentation of this file.
1
9#ifndef _UEFI_SHELL_NETWORK2_COMMANDS_LIB_H_
10#define _UEFI_SHELL_NETWORK2_COMMANDS_LIB_H_
11
12#include <Protocol/Cpu.h>
14#include <Protocol/Ip6.h>
15#include <Protocol/Ip6Config.h>
16
18
19#include <Library/ShellLib.h>
22#include <Library/BaseLib.h>
23#include <Library/PcdLib.h>
25#include <Library/DebugLib.h>
27#include <Library/HiiLib.h>
28#include <Library/NetLib.h>
29
30extern EFI_HII_HANDLE gShellNetwork2HiiHandle;
31
43EFIAPI
45 IN EFI_HANDLE ImageHandle,
46 IN EFI_SYSTEM_TABLE *SystemTable
47 );
48
60EFIAPI
62 IN EFI_HANDLE ImageHandle,
63 IN EFI_SYSTEM_TABLE *SystemTable
64 );
65
66#endif
#define IN
Definition: Base.h:279
SHELL_STATUS
Definition: Shell.h:21
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
VOID * EFI_HII_HANDLE
SHELL_STATUS EFIAPI ShellCommandRunIfconfig6(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Ifconfig6.c:1774
SHELL_STATUS EFIAPI ShellCommandRunPing6(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Ping6.c:1257