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

Go to the source code of this file.

Functions

SHELL_STATUS EFIAPI ShellCommandRunPing6 (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 
SHELL_STATUS EFIAPI ShellCommandRunIfconfig6 (IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
 

Variables

EFI_HII_HANDLE gShellNetwork2HiiHandle
 

Detailed Description

Main file for NULL named library for network2 shell command functions.

Copyright (c) 2016, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file UefiShellNetwork2CommandsLib.h.

Function Documentation

◆ ShellCommandRunIfconfig6()

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

Function for 'ifconfig6' command.

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

Function for 'ifconfig6' command.

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

Definition at line 1774 of file Ifconfig6.c.

◆ ShellCommandRunPing6()

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

Function for 'ping6' command.

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

Definition at line 1257 of file Ping6.c.

Variable Documentation

◆ gShellNetwork2HiiHandle

EFI_HII_HANDLE gShellNetwork2HiiHandle
extern

Definition at line 11 of file UefiShellNetwork2CommandsLib.c.