Searched refs:AResource (Results 1 – 4 of 4) sorted by relevance
| /webrtc/mdns/src/message/resource/ |
| H A D | a.rs | 6 pub struct AResource { struct 10 impl fmt::Display for AResource { argument 16 impl ResourceBody for AResource { implementation
|
| H A D | mod.rs | 257 DnsType::A => Box::<AResource>::default(), in unpack_resource_body()
|
| /webrtc/mdns/src/message/ |
| H A D | message_test.rs | 37 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 D | mod.rs | 405 body: Some(Box::new(AResource { in send_answer()
|