Changeset b0eda36 in rtems-libbsd for rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
- Timestamp:
- Jul 22, 2016, 12:49:49 PM (5 years ago)
- Branches:
- 4.11
- Children:
- 2d1da0d
- Parents:
- f19c53c
- git-author:
- Christian Mauderer <Christian.Mauderer@…> (07/22/16 12:49:49)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/03/16 12:13:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemsbsd/rtems/rtems-bsd-shell-netcmds.c
rf19c53c rb0eda36 29 29 }; 30 30 31 rtems_shell_cmd_t rtems_shell_PFCTL_Command = { 32 "pfctl", /* name */ 33 "pfctl [args]", /* usage */ 34 "net", /* topic */ 35 rtems_bsd_command_pfctl, /* command */ 36 NULL, /* alias */ 37 NULL /* next */ 38 }; 39 31 40 rtems_shell_cmd_t rtems_shell_PING_Command = { 32 41 "ping", /* name */
Note: See TracChangeset
for help on using the changeset viewer.