|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Doubly-linked list node wrapping a single AVP. More...
#include <mate_util.h>
Public Attributes | |
| AVP * | avp |
| struct _avp_node * | next |
| struct _avp_node * | prev |
Doubly-linked list node wrapping a single AVP.
| AVP* _avp_node::avp |
Pointer to the AVP held by this node.
| struct _avp_node* _avp_node::next |
Next node in the list, or NULL if this is the tail.
| struct _avp_node* _avp_node::prev |
Previous node in the list, or NULL if this is the head.