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

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

Lookup a password_retry integer value from a packet.

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