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

List of AVP Lists (LoAL): a named, doubly-linked collection of AVPLs. More...

#include <mate_util.h>

Public Attributes

char * name
 
unsigned len
 
LoALnode null
 

Detailed Description

List of AVP Lists (LoAL): a named, doubly-linked collection of AVPLs.

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

unsigned _loal::len

Number of AVPLs currently held in the list.

◆ name

char* _loal::name

Human-readable name identifying this list of AVPL lists.

◆ null

LoALnode _loal::null

Sentinel boundary node; never holds a real AVPL.


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