enum tapi_radius_type_t

Overview

Type of RADIUS attribute data, see RFC 2865 More…

#include <tapi_radius.h>

enum tapi_radius_type_t {
    TAPI_RADIUS_TYPE_TEXT,
    TAPI_RADIUS_TYPE_STRING,
    TAPI_RADIUS_TYPE_ADDRESS,
    TAPI_RADIUS_TYPE_INTEGER,
    TAPI_RADIUS_TYPE_TIME,
    TAPI_RADIUS_TYPE_UNKNOWN,
};

Detailed Documentation

Type of RADIUS attribute data, see RFC 2865

Enum Values

TAPI_RADIUS_TYPE_TEXT

UTF-8 encoded text string, 1-253 octets

TAPI_RADIUS_TYPE_STRING

Binary data, 1-253 octets

TAPI_RADIUS_TYPE_ADDRESS

IPv4 address, 32 bit value

TAPI_RADIUS_TYPE_INTEGER

32 bit unsigned value

TAPI_RADIUS_TYPE_TIME

32 bit unsigned value, seconds since 19700101T000000Z

TAPI_RADIUS_TYPE_UNKNOWN

Attribute is not from TAPI RADIUS dictionary