Function radius::core::rfc5090::lookup_sip_aor[][src]

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

Lookup a sip_aor string value from a packet.

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