Function radius::core::rfc4849::lookup_nas_filter_rule[][src]

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

Lookup a nas_filter_rule string value from a packet.

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