Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Derror_code.rs13 pub struct ErrorCodeAttribute { struct
18 impl fmt::Display for ErrorCodeAttribute { argument
36 impl Setter for ErrorCodeAttribute { implementation
60 impl Getter for ErrorCodeAttribute { implementation
88 let a = ErrorCodeAttribute { in add_to()
/webrtc/turn/src/server/
H A Drequest.rs158 vec![Box::new(ErrorCodeAttribute { in authenticate_request()
251 Box::new(ErrorCodeAttribute { in respond_with_nonce()
317 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
342 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
353 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
377 Box::new(ErrorCodeAttribute { in handle_allocate_request()
408 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
440 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
488 vec![Box::new(ErrorCodeAttribute { in handle_allocate_request()
719 vec![Box::new(ErrorCodeAttribute { in handle_channel_bind_request()
/webrtc/stun/benches/
H A Dbench.rs14 use stun::error_code::{ErrorCode, ErrorCodeAttribute, CODE_STALE_NONCE};
129 let a = ErrorCodeAttribute { in benchmark_error_code()
143 let mut a = ErrorCodeAttribute { in benchmark_error_code()
/webrtc/turn/src/client/
H A Drelay_conn.rs426 let mut code = ErrorCodeAttribute::default(); in create_permissions()
496 let mut code = ErrorCodeAttribute::default(); in refresh_allocation()
H A Dmod.rs540 let mut code = ErrorCodeAttribute::default(); in allocate()