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

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

Lookup a framed_routing value-defined integer value from a packet.

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