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

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

Lookup a proxy_state octets value from a packet.

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