TianoCore EDK2 master
Loading...
Searching...
No Matches
UefiShellNetwork1CommandsLib.h File Reference

Go to the source code of this file.

Functions

SHELL_STATUS EFIAPI ShellCommandRunPing (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 
SHELL_STATUS EFIAPI ShellCommandRunIfconfig (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

EFI_HII_HANDLE gShellNetwork1HiiHandle
 

Detailed Description

header file for NULL named library for network1 shell command functions.

Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved.

SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file UefiShellNetwork1CommandsLib.h.

Function Documentation

◆ ShellCommandRunIfconfig()

SHELL_STATUS EFIAPI ShellCommandRunIfconfig ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Function for 'ifconfig' command.

Parameters
[in]ImageHandleHandle to the Image (NULL if Internal).
[in]SystemTablePointer to the System Table (NULL if Internal).

Function for 'ifconfig' command.

Parameters
[in]ImageHandleHandle to the Image (NULL if Internal).
[in]SystemTablePointer to the System Table (NULL if Internal).
Return values
EFI_SUCCESSifconfig command processed successfully.
othersThe ifconfig command process failed.

Definition at line 1293 of file Ifconfig.c.

◆ ShellCommandRunPing()

SHELL_STATUS EFIAPI ShellCommandRunPing ( IN EFI_HANDLE  ImageHandle,
IN EFI_SYSTEM_TABLE SystemTable 
)

Function for 'ping' command.

Parameters
[in]ImageHandleHandle to the Image (NULL if Internal).
[in]SystemTablePointer to the System Table (NULL if Internal).

Function for 'ping' command.

Parameters
[in]ImageHandleHandle to the Image (NULL if Internal).
[in]SystemTablePointer to the System Table (NULL if Internal).
Return values
SHELL_SUCCESSThe ping processed successfullly.
othersThe ping processed unsuccessfully.

Definition at line 1581 of file Ping.c.

Variable Documentation

◆ gShellNetwork1HiiHandle

EFI_HII_HANDLE gShellNetwork1HiiHandle
extern

Definition at line 11 of file UefiShellNetwork1CommandsLib.c.