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

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

Lookup a login_ip_host ipaddr value from a packet.

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