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

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

Lookup a state octets value from a packet.

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