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

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

Lookup a tunnel_client_endpoint tagged string value from a packet.

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