Home
last modified time | relevance | path

Searched refs:ATTR_ERROR_CODE (Results 1 – 5 of 5) sorted by relevance

/webrtc/stun/src/
H A Derror_code.rs40 ATTR_ERROR_CODE, in add_to()
54 m.add(ATTR_ERROR_CODE, &value); in add_to()
63 let v = m.get(ATTR_ERROR_CODE)?; in get_from()
H A Dattributes.rs40 ATTR_ERROR_CODE => "ERROR-CODE", in fmt()
97 pub const ATTR_ERROR_CODE: AttrType = AttrType(0x0009); // ERROR-CODE constant
/webrtc/stun/src/attributes/
H A Dattributes_test.rs71 ATTR_ERROR_CODE, in test_attr_type_range()
/webrtc/stun/src/message/
H A Dmessage_test.rs17 m.add(ATTR_ERROR_CODE, &[0xff, 0xfe, 0xfa]); in test_message_buffer()
144 m.add(ATTR_ERROR_CODE, &[0xff, 0xfe, 0xfa]); in test_message_write_to()
303 ATTR_ERROR_CODE, in test_attr_type_string()
702 m.add(ATTR_ERROR_CODE, &[0xff, 0xfe, 0xfa]); in test_decode()
/webrtc/stun/benches/
H A Dbench.rs11 ATTR_CHANNEL_NUMBER, ATTR_DONT_FRAGMENT, ATTR_ERROR_CODE, ATTR_MESSAGE_INTEGRITY, ATTR_NONCE,
269 m.add(ATTR_ERROR_CODE, &[0xff, 0x11, 0x12, 0x34]); in benchmark_message()
495 m.add(ATTR_ERROR_CODE, &[0xff, 0xfe, 0xfa]); in benchmark_message()