Function radius::core::rfc2868::lookup_tunnel_server_auth_id[][src]

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

Lookup a tunnel_server_auth_id tagged string value from a packet.

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