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

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

Lookup a nas_identifier string value from a packet.

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