Function radius::core::rfc2866::lookup_acct_session_time[][src]

pub fn lookup_acct_session_time(
    packet: &Packet
) -> Option<Result<u32, AVPError>>
Expand description

Lookup a acct_session_time integer value from a packet.

It returns the first looked up value. If there is no associated value with acct_session_time, it returns None.