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

pub fn lookup_user_priority_table(packet: &Packet) -> Option<Vec<u8>>
Expand description

Lookup a user_priority_table octets value from a packet.

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