Function radius::core::rfc5607::lookup_management_transport_protection[][src]

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

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

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