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

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

Lookup a connect_info string value from a packet.

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