Function radius::core::rfc2865::lookup_framed_mtu[][src]

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

Lookup a framed_mtu integer value from a packet.

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