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

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

Lookup a nas_ip_address ipaddr value from a packet.

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