Function radius::core::rfc2869::lookup_acct_output_gigawords[][src]

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

Lookup a acct_output_gigawords integer value from a packet.

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