RTRlib
Loading...
Searching...
No Matches
rtrlib.h
Go to the documentation of this file.
1
/*
2
* This file is part of RTRlib.
3
*
4
* This file is subject to the terms and conditions of the MIT license.
5
* See the file LICENSE in the top level directory for more details.
6
*
7
* Website: http://rtrlib.realmv6.org/
8
*/
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
#ifndef RTRLIB_H
15
#define RTRLIB_H
16
17
/* #undef RTRLIB_HAVE_LIBSSH */
18
#define RTRLIB_VERSION_MAJOR 0
19
#define RTRLIB_VERSION_MINOR 8
20
#define RTRLIB_VERSION_PATCH 0
21
22
#include "
config.h
"
23
#include "
lib/alloc_utils.h
"
24
#include "
lib/ip.h
"
25
#include "
lib/ipv4.h
"
26
#include "
lib/ipv6.h
"
27
#include "
pfx/pfx.h
"
28
#include "
rtr/rtr.h
"
29
#include "
rtr_mgr.h
"
30
#include "
spki/spkitable.h
"
31
#include "
transport/tcp/tcp_transport.h
"
32
#include "
transport/transport.h
"
33
#ifdef RTRLIB_HAVE_LIBSSH
34
#include "
rtrlib/transport/ssh/ssh_transport.h
"
35
#endif
36
#ifdef RTRLIB_BGPSEC_ENABLED
37
#include "
rtrlib/bgpsec/bgpsec.h
"
38
#endif
39
40
#endif
41
42
#ifdef __cplusplus
43
}
44
#endif
alloc_utils.h
bgpsec.h
config.h
ip.h
ipv4.h
ipv6.h
pfx.h
rtr.h
rtr_mgr.h
spkitable.h
ssh_transport.h
tcp_transport.h
transport.h
rtrlib
rtrlib.h
Generated on Sat Jul 19 2025 17:27:35 for RTRlib by
1.9.8