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

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

Lookup a tunnel_assignment_id tagged string value from a packet.

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