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

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

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

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