Module radius::core::rfc4818[][src]

Utility for rfc4818 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 4818.
#	http://www.ietf.org/rfc/rfc4818.txt
#
#	$Id$
#
##############################################################################

ATTRIBUTE	Delegated-IPV6-Prefix			123	ipv6prefix

Constants

DELEGATED_IPV6_PREFIX_TYPE

Functions

add_delegated_ipv6_prefix

Add delegated_ipv6_prefix ipv6 prefix value to a packet.

delete_delegated_ipv6_prefix

Delete all of delegated_ipv6_prefix values from a packet.

lookup_all_delegated_ipv6_prefix

Lookup all of the delegated_ipv6_prefix ipv6 prefix value from a packet.

lookup_delegated_ipv6_prefix

Lookup a delegated_ipv6_prefix ipv6 prefix value from a packet.