RTRlib
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Modules Pages
Modules
Here is a list of all modules:
[detail level 12]
 BGPsec AS path validationBGPsec allows for validation of the BGPsec_PATH attribute of a BGPsec update
 Utility functions
 Prefix validation tableThe pfx_table is an abstract data structure to organize the validated prefix origin data received from an RPKI-RTR cache server
 TrieAn implementation of a pfx_table data structure using a shortest prefix first tree (trie) for storing pfx_records
 RTR socketAn RTR socket implements the RPKI-RTR protocol scheme
 RTR connection managerThe RTR connection manager maintains multiple groups of RTR sockets
 Subject Public Key Info tableThe spki_table is an abstract data structure to organize the received Router Key PDUs from a RPKI-RTR cache server
 Transport socketsThe RTR transport sockets implement the communication channel (e.g., SSH, TCP, TCP-AO) between an RTR server and client
 SSH transport socketAn implementation of the SSH protocol for the RTR transport
 TCP transport socketAn implementation of the TCP protocol for the RTR transport. See transport interface for a list of supported operations