summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-commands.h
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2018-05-03 14:15:11 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-08-02 10:25:37 +0200
commitb376ae131d9e99a90ddbee2015a2e19d67244ba1 (patch)
treed8a5fd2c217baae5ab62579f02fb8401fef8f22a /rtemsbsd/include/machine/rtems-bsd-commands.h
parentipsec-tools: Apply patches from FreeBSD ports. (diff)
downloadrtems-libbsd-b376ae131d9e99a90ddbee2015a2e19d67244ba1.tar.bz2
ipsec-tools: Port libipsec, setkey and racoon.
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-commands.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-commands.h b/rtemsbsd/include/machine/rtems-bsd-commands.h
index 7e72627d..7717c1ea 100644
--- a/rtemsbsd/include/machine/rtems-bsd-commands.h
+++ b/rtemsbsd/include/machine/rtems-bsd-commands.h
@@ -74,6 +74,10 @@ int rtems_bsd_command_wlanstats(int argc, char **argv);
int rtems_bsd_command_stty(int argc, char **argv);
+int rtems_bsd_command_racoon(int argc, char **argv);
+
+int rtems_bsd_command_setkey(int argc, char **argv);
+
__END_DECLS
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_COMMANDS_H_ */