Function radius::core::rfc6572::lookup_pmip6_visited_hn_prefix[][src]

pub fn lookup_pmip6_visited_hn_prefix(
    packet: &Packet
) -> Option<Result<Vec<u8>, AVPError>>
Expand description

Lookup a pmip6_visited_hn_prefix ipv6 prefix value from a packet.

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