Function radius::core::rfc6911::lookup_dns_server_ipv6_address[][src]

pub fn lookup_dns_server_ipv6_address(
    packet: &Packet
) -> Option<Result<Ipv6Addr, AVPError>>

Lookup a dns_server_ipv6_address ipv6addr value from a packet.

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