Searched refs:Rpl (Results 1 – 1 of 1) sorted by relevance
/smoltcp-0.9.1/src/wire/ |
D | ipv6routing.rs | 23 Rpl = 3, 43 Type::Rpl => write!(f, "Rpl"), in fmt() 318 Type::Rpl => { in clear_reserved() 412 Rpl { enumerator 444 Type::Rpl => Ok(Repr::Rpl { in parse() 462 &Repr::Rpl { length, .. } | &Repr::Type2 { length, .. } => field::DATA(length).end, in buffer_len() 482 Repr::Rpl { in emit() 493 header.set_routing_type(Type::Rpl); in emit() 524 Repr::Rpl { in fmt() 534 next_header, length, Type::Rpl, segments_left, cmpr_i, cmpr_e, pad) in fmt() [all …]
|