File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed
src/libcharon/plugins/doca Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify it
5
+ * under the terms of the GNU General Public License as published by the
6
+ * Free Software Foundation; either version 2 of the License, or (at your
7
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
8
+ *
9
+ * This program is distributed in the hope that it will be useful, but
10
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12
+ * for more details.
13
+ */
14
+
1
15
#include "doca_plugin.h"
2
16
#include "doca_plugin_ipsec.h"
3
17
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify it
5
+ * under the terms of the GNU General Public License as published by the
6
+ * Free Software Foundation; either version 2 of the License, or (at your
7
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
8
+ *
9
+ * This program is distributed in the hope that it will be useful, but
10
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12
+ * for more details.
13
+ */
14
+
1
15
#ifndef DOCA_PLUGIN_H_
2
16
#define DOCA_PLUGIN_H_
3
17
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify it
5
+ * under the terms of the GNU General Public License as published by the
6
+ * Free Software Foundation; either version 2 of the License, or (at your
7
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
8
+ *
9
+ * This program is distributed in the hope that it will be useful, but
10
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12
+ * for more details.
13
+ */
14
+
1
15
#include "doca_plugin_ipsec.h"
2
16
3
17
#include <library.h>
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES, ALL RIGHTS RESERVED.
3
+ *
4
+ * This program is free software; you can redistribute it and/or modify it
5
+ * under the terms of the GNU General Public License as published by the
6
+ * Free Software Foundation; either version 2 of the License, or (at your
7
+ * option) any later version. See <http://www.fsf.org/copyleft/gpl.txt>.
8
+ *
9
+ * This program is distributed in the hope that it will be useful, but
10
+ * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
11
+ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
12
+ * for more details.
13
+ */
14
+
1
15
#ifndef DOCA_PLUGIN_IPSEC_H_
2
16
#define DOCA_PLUGIN_IPSEC_H_
3
17
You can’t perform that action at this time.
0 commit comments