source: rtems-libbsd/rtemsbsd/include/rtems/netcmds-config.h @ b0eda36

4.11
Last change on this file since b0eda36 was b0eda36, checked in by Christian Mauderer <Christian.Mauderer@…>, on 07/22/16 at 12:49:49

pfctl: Add rtems_bsd_command_pfctl.

  • Property mode set to 100644
File size: 1.1 KB
RevLine 
[53ad1b2]1/**
2 * @file rtems/netcmds-config.h
3 *
4 * RTEMS Shell Network Command Set Configuration
5 */
6
7/*
8 *  COPYRIGHT (c) 1989-2012.
9 *  On-Line Applications Research Corporation (OAR).
10 *
11 *  The license and distribution terms for this file may be
12 *  found in the file LICENSE in this distribution or at
13 *  http://www.rtems.com/license/LICENSE.
14 */
15
16#ifndef _RTEMS_NETCMDS_CONFIG_h
17#define _RTEMS_NETCMDS_CONFIG_h
18
19#include <rtems/shell.h>
20
[6604dc8]21#ifdef __cplusplus
22extern "C" {
23#endif /* __cplusplus */
24
25extern rtems_shell_cmd_t rtems_shell_BSD_Command;
26
[b0eda36]27extern rtems_shell_cmd_t rtems_shell_PFCTL_Command;
28
[6604dc8]29extern rtems_shell_cmd_t rtems_shell_PING_Command;
30extern rtems_shell_cmd_t rtems_shell_PING6_Command;
31
32extern rtems_shell_cmd_t rtems_shell_IFCONFIG_Command;
33extern rtems_shell_cmd_t rtems_shell_ROUTE_Command;
34extern rtems_shell_cmd_t rtems_shell_NETSTAT_Command;
35
36extern rtems_shell_cmd_t rtems_shell_DHCPCD_Command;
37
[50e82a6]38extern rtems_shell_cmd_t rtems_shell_HOSTNAME_Command;
39
[cff7846]40extern rtems_shell_cmd_t rtems_shell_TCPDUMP_Command;
41
[6604dc8]42#ifdef __cplusplus
43}
44#endif /* __cplusplus */
[53ad1b2]45
46#endif
Note: See TracBrowser for help on using the repository browser.