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

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

Lookup a acct_input_octets integer value from a packet.

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