ClearBox Server™ v1.2 Developer's Guide

RADIUS_PACKET

Describes a RADIUS packet.

struct RADIUS_PACKET  {
	long clientIPAddress;
	unsigned char packetCode;
	unsigned char packetID;
	unsigned short packetLength;
	unsigned char packetAuthenticator[16];
	unsigned long attrNum;
	RADIUS_ATTRIBUTE * attributes;
};

Members

clientIPAddress
IP address of RADIUS client that sent the packet (in network byte order).
packetCode
Type of RADIUS packet.
packetID
One byte number which aids in matching requests and replies.
packetLength
Length of the packet (value from original packet received by server).
packetAuthenticator
Packet authenticator.
attrNum
Number of attributes in array pointed by attributes.
attributes
Array of RADIUS attributes of a packet.

See Also

RADIUS concepts


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.