Function radius::core::rfc4675::lookup_ingress_filters[][src]

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

Lookup a ingress_filters value-defined integer value from a packet.

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