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

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

Lookup a acct_authentic value-defined integer value from a packet.

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