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

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

Lookup a port_limit integer value from a packet.

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