RTRlib
Loading...
Searching...
No Matches
aspa_store_node Struct Reference

A linked list storing the bond between a rtr_socket and an aspa_array . More...

#include <aspa_private.h>

Data Fields

struct aspa_arrayaspa_array
 
struct rtr_socketrtr_socket
 
struct aspa_store_nodenext
 

Detailed Description

A linked list storing the bond between a rtr_socket and an aspa_array .

Parameters
aspa_arrayThe node's array of ASPA records.
rtr_socketThe socket the records originate from.
nextNext node in the linked list.

Field Documentation

◆ aspa_array

struct aspa_array* aspa_store_node::aspa_array

◆ next

struct aspa_store_node* aspa_store_node::next

◆ rtr_socket

struct rtr_socket* aspa_store_node::rtr_socket

The documentation for this struct was generated from the following file: