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