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

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

Lookup a acct_link_count integer value from a packet.

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