Home
last modified time | relevance | path

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

/webrtc/mdns/src/message/resource/
H A Daaaa.rs18 DnsType::Aaaa in real_type()
H A Dmod.rs264 DnsType::Aaaa => Box::<AaaaResource>::default(), in unpack_resource_body()
/webrtc/mdns/src/message/
H A Dmod.rs35 Aaaa = 28, enumerator
60 28 => DnsType::Aaaa, in from()
86 DnsType::Aaaa => "AAAA", in fmt()
H A Dmessage_test.rs95 typ: DnsType::Aaaa, in large_test_msg()
488 typ: DnsType::Aaaa, in test_dns_pack_unpack()
515 typ: DnsType::Aaaa, in test_dns_append_pack_unpack()
1087 typ: DnsType::Aaaa, in test_resource_pack()
1102 typ: DnsType::Aaaa, in test_resource_pack()
1209 typ: DnsType::Aaaa, in test_option_pack_unpack()
1253 typ: DnsType::Aaaa, in test_option_pack_unpack()
/webrtc/mdns/src/conn/
H A Dmod.rs362 if a.typ != DnsType::A && a.typ != DnsType::Aaaa { in run()