mirror of
https://github.com/cubixle/radius-rs.git
synced 2026-04-24 21:14:44 +01:00
17 lines
644 B
Rust
17 lines
644 B
Rust
// Code generated by machine generator; DO NOT EDIT.
|
|
|
|
use crate::core::rfc2865;
|
|
use crate::core::rfc2866;
|
|
|
|
use crate::core::rfc2868;
|
|
|
|
pub const ACCT_TERMINATE_CAUSE_SUPPLICANT_RESTART: rfc2866::AcctTerminateCause = 19;
|
|
pub const ACCT_TERMINATE_CAUSE_REAUTHENTICATION_FAILURE: rfc2866::AcctTerminateCause = 20;
|
|
pub const ACCT_TERMINATE_CAUSE_PORT_REINIT: rfc2866::AcctTerminateCause = 21;
|
|
pub const ACCT_TERMINATE_CAUSE_PORT_DISABLED: rfc2866::AcctTerminateCause = 22;
|
|
|
|
pub const NAS_PORT_TYPE_TOKEN_RING: rfc2865::NasPortType = 20;
|
|
pub const NAS_PORT_TYPE_FDDI: rfc2865::NasPortType = 21;
|
|
|
|
pub const TUNNEL_TYPE_VLAN: rfc2868::TunnelType = 13;
|