Home
last modified time | relevance | path

Searched refs:AResource (Results 1 – 4 of 4) sorted by relevance

/webrtc/mdns/src/message/resource/
H A Da.rs6 pub struct AResource { struct
10 impl fmt::Display for AResource { argument
16 impl ResourceBody for AResource { implementation
H A Dmod.rs257 DnsType::A => Box::<AResource>::default(), in unpack_resource_body()
/webrtc/mdns/src/message/
H A Dmessage_test.rs37 body: Some(Box::new(AResource { a: [127, 0, 0, 1] })), in small_test_msg()
46 body: Some(Box::new(AResource { a: [127, 0, 0, 1] })), in small_test_msg()
55 body: Some(Box::new(AResource { a: [127, 0, 0, 1] })), in small_test_msg()
81 body: Some(Box::new(AResource { a: [127, 0, 0, 1] })), in large_test_msg()
90 body: Some(Box::new(AResource { a: [127, 0, 0, 2] })), in large_test_msg()
943 body: Some(Box::<AResource>::default()), in test_builder_resource_error()
1150 body: Some(Box::new(AResource { a: [127, 0, 0, 2] })), in test_resource_pack_length()
/webrtc/mdns/src/conn/
H A Dmod.rs405 body: Some(Box::new(AResource { in send_answer()