Home
last modified time | relevance | path

Searched refs:class (Results 1 – 25 of 30) sorted by relevance

12

/webrtc/mdns/src/message/
H A Dquestion.rs13 pub class: DnsClass, field
21 self.name, self.typ, self.class in fmt()
36 Ok(self.class.pack(msg)) in pack()
H A Dmessage_test.rs28 class: DNSCLASS_INET, in small_test_msg()
34 class: DNSCLASS_INET, in small_test_msg()
43 class: DNSCLASS_INET, in small_test_msg()
52 class: DNSCLASS_INET, in small_test_msg()
71 class: DNSCLASS_INET, in large_test_msg()
231 class: DNSCLASS_INET, in must_edns0_resource_header()
252 class: DNSCLASS_INET, in test_question_pack_unpack()
489 class: DNSCLASS_INET, in test_dns_pack_unpack()
516 class: DNSCLASS_INET, in test_dns_append_pack_unpack()
762 class: DNSCLASS_INET, in test_very_long_txt()
[all …]
H A Dparser.rs112 let mut class = DnsClass::default(); in question() localVariable
113 off = class.unpack(self.msg, off)?; in question()
116 Ok(Question { name, typ, class }) in question()
/webrtc/stun/src/message/
H A Dmessage_test.rs14 class: CLASS_REQUEST, in test_message_buffer()
35 class: CLASS_REQUEST, in test_message_type_value()
56 class: MessageClass(0x3), in test_message_type_value()
77 class: CLASS_REQUEST, in test_message_type_read_value()
110 class: CLASS_REQUEST, in test_message_type_read_write_value()
118 class: CLASS_ERROR_RESPONSE, in test_message_type_read_write_value()
141 class: CLASS_REQUEST, in test_message_write_to()
186 class: CLASS_REQUEST, in test_message_bad_length()
209 class: CLASS_REQUEST, in test_message_attr_length_less_than_header()
239 class: CLASS_REQUEST, in test_message_attr_size_less_than_length()
[all …]
/webrtc/stun/src/
H A Dmessage.rs517 pub class: MessageClass, // e.g. request field
524 class: CLASS_REQUEST,
529 class: CLASS_SUCCESS_RESPONSE,
534 class: CLASS_ERROR_RESPONSE,
539 write!(f, "{} {}", self.method, self.class) in fmt()
570 MessageType { method, class } in new()
599 let c = self.class.0 as u16; in value()
602 let class = c0 + c1; in value() localVariable
604 method + class in value()
613 let class = c0 + c1; in read_value() localVariable
[all …]
H A Derror_code.rs48 let class = (self.code.0 / ERROR_CODE_MODULO) as u8; // hundred digit in add_to() localVariable
50 value.push(class); // [ERROR_CODE_CLASS_BYTE] in add_to()
69 let class = v[ERROR_CODE_CLASS_BYTE] as u16; in get_from() localVariable
71 let code = class * ERROR_CODE_MODULO + number; in get_from()
/webrtc/mdns/src/message/resource/
H A Dmod.rs118 pub class: DnsClass, field
136 self.name, self.typ, self.class, self.ttl, self.length, in fmt()
153 msg = self.class.pack(msg); in pack()
164 new_off = self.class.unpack(msg, new_off)?; in unpack()
207 self.class = DnsClass(udp_payload_len); in set_edns0()
/webrtc/stun/benches/
H A Dbench.rs273 class: CLASS_REQUEST, in benchmark_message()
284 class: CLASS_REQUEST, in benchmark_message()
296 class: CLASS_REQUEST, in benchmark_message()
320 class: CLASS_REQUEST, in benchmark_message()
342 class: CLASS_REQUEST, in benchmark_message()
363 class: CLASS_REQUEST, in benchmark_message()
430 class: CLASS_REQUEST, in benchmark_message()
488 class: CLASS_REQUEST, in benchmark_message()
/webrtc/ice/src/agent/
H A Dagent_internal.rs830 || !(m.typ.class == CLASS_SUCCESS_RESPONSE in handle_inbound()
831 || m.typ.class == CLASS_REQUEST in handle_inbound()
832 || m.typ.class == CLASS_INDICATION) in handle_inbound()
839 m.typ.class, in handle_inbound()
870 if m.typ.class == CLASS_SUCCESS_RESPONSE { in handle_inbound()
896 } else if m.typ.class == CLASS_REQUEST { in handle_inbound()
/webrtc/turn/src/client/
H A Dmod.rs314 if msg.typ.class == CLASS_REQUEST { in handle_stun_message()
322 if msg.typ.class == CLASS_INDICATION { in handle_stun_message()
539 if res.typ.class == CLASS_ERROR_RESPONSE { in allocate()
H A Drelay_conn.rs425 if res.typ.class == CLASS_ERROR_RESPONSE { in create_permissions()
495 if res.typ.class == CLASS_ERROR_RESPONSE { in refresh_allocation()
/webrtc/mdns/src/conn/
H A Dmod.rs222 class: DNSCLASS_INET, in send_question()
400 class: DNSCLASS_INET, in send_answer()
/webrtc/turn/src/server/
H A Drequest.rs122 if m.typ.class == CLASS_INDICATION { in process_message_handler()
127 } else if m.typ.class == CLASS_REQUEST { in process_message_handler()
/webrtc/sctp/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/interceptor/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/constraints/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/examples/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/turn/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/rtcp/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/rtp/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/mdns/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/stun/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/media/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the
/webrtc/data/
H A DLICENSE-APACHE185 file or class name and description of purpose be included on the

12