Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 5 of 5) sorted by relevance

/smoltcp-0.9.1/src/wire/
Dipv6option.rs14 impl fmt::Display for Type { implementation
143 pub fn option_type(&self) -> Type { in option_type()
175 pub fn set_option_type(&mut self, value: Type) { in set_option_type()
Dipv6routing.rs37 impl fmt::Display for Type { implementation
208 pub fn routing_type(&self) -> Type { in routing_type()
290 pub fn set_routing_type(&mut self, value: Type) { in set_routing_type()
Dndiscoption.rs27 impl fmt::Display for Type { implementation
203 pub fn option_type(&self) -> Type { in option_type()
287 pub fn set_option_type(&mut self, value: Type) { in set_option_type()
Ddns.rs336 pub fn parse(type_: Type, data: &'a [u8]) -> Result<RecordData<'a>> { in parse()
/smoltcp-0.9.1/src/socket/
Ddns.rs202 query_type: Type, in start_query()
260 query_type: Type, in start_query_raw()