Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_loal_node Struct Reference

Doubly-linked list node wrapping a single AVPL, used in a LoAL. More...

#include <mate_util.h>

Public Attributes

AVPLavpl
 
struct _loal_nodenext
 
struct _loal_nodeprev
 

Detailed Description

Doubly-linked list node wrapping a single AVPL, used in a LoAL.

Member Data Documentation

◆ avpl

AVPL* _loal_node::avpl

Pointer to the AVPL held by this node.

◆ next

struct _loal_node* _loal_node::next

Next node in the list, or NULL if this is the tail.

◆ prev

struct _loal_node* _loal_node::prev

Previous node in the list, or NULL if this is the head.


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