Home
last modified time | relevance | path

Searched defs:DnsType (Results 1 – 12 of 12) sorted by relevance

/webrtc/mdns/src/message/
H A Dmod.rs26 pub enum DnsType { enum
50 impl From<u16> for DnsType { implementation
76 impl fmt::Display for DnsType { implementation
100 impl DnsType { implementation
/webrtc/mdns/src/message/resource/
H A Da.rs17 fn real_type(&self) -> DnsType { in real_type()
H A Dptr.rs18 fn real_type(&self) -> DnsType { in real_type()
H A Daaaa.rs17 fn real_type(&self) -> DnsType { in real_type()
H A Dcname.rs17 fn real_type(&self) -> DnsType { in real_type()
H A Dns.rs18 fn real_type(&self) -> DnsType { in real_type()
H A Dmx.rs24 fn real_type(&self) -> DnsType { in real_type()
H A Dtxt.rs22 fn real_type(&self) -> DnsType { in real_type()
H A Dsrv.rs26 fn real_type(&self) -> DnsType { in real_type()
H A Dsoa.rs39 fn real_type(&self) -> DnsType { in real_type()
H A Dopt.rs43 fn real_type(&self) -> DnsType { in real_type()
H A Dmod.rs237 fn real_type(&self) -> DnsType; in real_type()
251 typ: DnsType, in unpack_resource_body()