Searched refs:Aaaa (Results 1 – 5 of 5) sorted by relevance
| /webrtc/mdns/src/message/resource/ |
| H A D | aaaa.rs | 18 DnsType::Aaaa in real_type()
|
| H A D | mod.rs | 264 DnsType::Aaaa => Box::<AaaaResource>::default(), in unpack_resource_body()
|
| /webrtc/mdns/src/message/ |
| H A D | mod.rs | 35 Aaaa = 28, enumerator 60 28 => DnsType::Aaaa, in from() 86 DnsType::Aaaa => "AAAA", in fmt()
|
| H A D | message_test.rs | 95 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 D | mod.rs | 362 if a.typ != DnsType::A && a.typ != DnsType::Aaaa { in run()
|