PostgreSQL Source Code  git master
radius_attribute Struct Reference

Data Fields

uint8 attribute
 
uint8 length
 
uint8 data [FLEXIBLE_ARRAY_MEMBER]
 

Detailed Description

Definition at line 2778 of file auth.c.

Field Documentation

◆ attribute

uint8 radius_attribute::attribute

Definition at line 2780 of file auth.c.

Referenced by radius_add_attribute().

◆ data

uint8 radius_attribute::data[FLEXIBLE_ARRAY_MEMBER]

Definition at line 2782 of file auth.c.

Referenced by radius_add_attribute().

◆ length

uint8 radius_attribute::length

Definition at line 2781 of file auth.c.

Referenced by radius_add_attribute().


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