Function radius::core::rfc2867::lookup_acct_tunnel_connection[][src]

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

Lookup a acct_tunnel_connection string value from a packet.

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