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

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

Lookup a calling_station_id string value from a packet.

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