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

Sorted, named list of AVPs (Attribute-Value Pair List). More...

#include <mate_util.h>

Public Attributes

char * name
 
uint32_t len
 
AVPN null
 

Detailed Description

Sorted, named list of AVPs (Attribute-Value Pair List).

The null member serves as a sentinel head/tail node; the live list is bounded between null.next (first) and null.prev (last).

Member Data Documentation

◆ len

uint32_t _avp_list::len

Number of AVPs currently held in the list.

◆ name

char* _avp_list::name

Human-readable name identifying this AVP list.

◆ null

AVPN _avp_list::null

Sentinel boundary node; never holds a real AVP.


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