2 Raw IP4 transmit test application
4 Copyright (c) 2011, Intel Corporation
5 All rights reserved. This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
19 Transmit raw IP4 packets to the remote system.
21 @param [in] Argc The number of arguments
22 @param [in] Argv The argument value array
24 @retval 0 The application exited normally.
25 @retval Other An error occurred.
36 // Run the application
38 RetVal
= RawIp4Tx ( Argc
, Argv
);
41 // Return the operation status