Home
last modified time | relevance | path

Searched refs:Type2 (Results 1 – 1 of 1) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dipv6routing.rs19 Type2 = 2,
42 Type::Type2 => write!(f, "Type2"), in fmt()
177 if matches!(self.routing_type(), Type::Type2) in check_len()
312 Type::Type2 => { in clear_reserved()
402 Type2 { enumerator
438 Type::Type2 => Ok(Repr::Type2 { in parse()
462 &Repr::Rpl { length, .. } | &Repr::Type2 { length, .. } => field::DATA(length).end, in buffer_len()
469 Repr::Type2 { in emit()
477 header.set_routing_type(Type::Type2); in emit()
508 Repr::Type2 { in fmt()
[all …]