TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiShellNetwork1CommandsLib.h
Go to the documentation of this file.
1
10#ifndef _UEFI_SHELL_NETWORK1_COMMANDS_LIB_H_
11#define _UEFI_SHELL_NETWORK1_COMMANDS_LIB_H_
12
13#include <Uefi.h>
14
16
17#include <Protocol/Cpu.h>
19#include <Protocol/Ip6.h>
20#include <Protocol/Ip6Config.h>
21#include <Protocol/Ip4.h>
22#include <Protocol/Ip4Config2.h>
23#include <Protocol/Arp.h>
24
25#include <Library/BaseLib.h>
27#include <Library/DebugLib.h>
29#include <Library/PcdLib.h>
31#include <Library/ShellLib.h>
32#include <Library/SortLib.h>
33#include <Library/UefiLib.h>
36#include <Library/HiiLib.h>
37#include <Library/NetLib.h>
39#include <Library/PrintLib.h>
40
41extern EFI_HII_HANDLE gShellNetwork1HiiHandle;
42
50EFIAPI
52 IN EFI_HANDLE ImageHandle,
53 IN EFI_SYSTEM_TABLE *SystemTable
54 );
55
63EFIAPI
65 IN EFI_HANDLE ImageHandle,
66 IN EFI_SYSTEM_TABLE *SystemTable
67 );
68
69#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 ShellCommandRunPing(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Ping.c:1581
SHELL_STATUS EFIAPI ShellCommandRunIfconfig(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition: Ifconfig.c:1293