Home
last modified time | relevance | path

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

/webrtc/ice/src/priority/
H A Dmod.rs4 use stun::attributes::ATTR_PRIORITY;
19 m.add(ATTR_PRIORITY, &v); in add_to()
27 let v = m.get(ATTR_PRIORITY)?; in get_from()
29 check_size(ATTR_PRIORITY, v.len(), PRIORITY_SIZE)?; in get_from()
H A Dpriority_test.rs28 m3.add(ATTR_PRIORITY, &[0; 100]); in test_priority_get_from()
/webrtc/stun/src/
H A Dattributes.rs49 ATTR_PRIORITY => "PRIORITY", in fmt()
109 pub const ATTR_PRIORITY: AttrType = AttrType(0x0024); // PRIORITY constant
/webrtc/stun/src/attributes/
H A Dattributes_test.rs70 ATTR_PRIORITY, in test_attr_type_range()