Function radius::core::rfc2865::lookup_called_station_id[][src]

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

Lookup a called_station_id string value from a packet.

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