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

Doubly-linked list node wrapping a single AVP. More...

#include <mate_util.h>

Public Attributes

AVPavp
 
struct _avp_nodenext
 
struct _avp_nodeprev
 

Detailed Description

Doubly-linked list node wrapping a single AVP.

Member Data Documentation

◆ avp

AVP* _avp_node::avp

Pointer to the AVP held by this node.

◆ next

struct _avp_node* _avp_node::next

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

◆ prev

struct _avp_node* _avp_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: