Searched refs:ttl (Results 1 – 7 of 7) sorted by relevance
| /webrtc/mdns/src/message/resource/ |
| H A D | mod.rs | 123 pub ttl: u32, field 136 self.name, self.typ, self.class, self.ttl, self.length, in fmt() 154 msg = pack_uint32(msg, self.ttl); in pack() 165 let (ttl, new_off) = unpack_uint32(msg, new_off)?; in unpack() 166 self.ttl = ttl; in unpack() 208 self.ttl = (ext_rcode >> 4) << 24; in set_edns0() 210 self.ttl |= EDNS0_DNSSEC_OK; in set_edns0() 217 self.ttl & EDNS0_DNSSEC_OK_MASK == EDNS0_DNSSEC_OK // RFC 6891 section 6.1.3 in dnssec_allowed() 224 if self.ttl & EDNS_VERSION_MASK == EDNS0_VERSION { in extended_rcode() 226 let ttl = ((self.ttl >> 24) << 4) as u8 | rcode as u8; in extended_rcode() localVariable [all …]
|
| /webrtc/sdp/src/description/ |
| H A D | common.rs | 30 pub ttl: Option<isize>, field 37 if let Some(t) = &self.ttl { in fmt()
|
| H A D | description_test.rs | 68 ttl: Some(127), in test_marshal() 139 ttl: None, in test_marshal()
|
| H A D | media.rs | 96 ttl: None, in new_jsep_media_description()
|
| H A D | session.rs | 1036 ttl: None, in unmarshal_connection_information()
|
| /webrtc/mdns/src/conn/ |
| H A D | mod.rs | 402 ttl: RESPONSE_TTL, in send_answer()
|
| /webrtc/webrtc/src/peer_connection/sdp/ |
| H A D | mod.rs | 323 ttl: None, in add_data_media_section() 494 ttl: None, in add_transceiver_sdp()
|