RTRlib
|
A linked list storing the bond between a rtr_socket
and an aspa_array
.
More...
#include <aspa_private.h>
Data Fields | |
struct aspa_array * | aspa_array |
struct rtr_socket * | rtr_socket |
struct aspa_store_node * | next |
A linked list storing the bond between a rtr_socket
and an aspa_array
.
aspa_array | The node's array of ASPA records. |
rtr_socket | The socket the records originate from. |
next | Next node in the linked list. |
struct aspa_array* aspa_store_node::aspa_array |
struct aspa_store_node* aspa_store_node::next |
struct rtr_socket* aspa_store_node::rtr_socket |