Module radius::core::rfc4372[][src]

Utility for rfc4372 packet.

This module handles the packet according to the following definition:

//! # -*- text -*-
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
# Version $Id$
#
#	Attributes and values defined in RFC 4372.
#	http://www.ietf.org/rfc/rfc4372.txt
#
#	$Id$
#
ATTRIBUTE	Chargeable-User-Identity		89	octets

Constants

CHARGEABLE_USER_IDENTITY_TYPE

Functions

add_chargeable_user_identity

Add chargeable_user_identity octets value to a packet.

delete_chargeable_user_identity

Delete all of chargeable_user_identity values from a packet.

lookup_all_chargeable_user_identity

Lookup all of the chargeable_user_identity octets value from a packet.

lookup_chargeable_user_identity

Lookup a chargeable_user_identity octets value from a packet.