Function radius::core::rfc7055::lookup_gss_acceptor_realm_name[][src]

pub fn lookup_gss_acceptor_realm_name(
    packet: &Packet
) -> Option<Result<String, AVPError>>

Lookup a gss_acceptor_realm_name string value from a packet.

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