Searched refs:CODE_STALE_NONCE (Results 1 – 4 of 4) sorted by relevance
104 pub const CODE_STALE_NONCE: ErrorCode = ErrorCode(438); constant141 (CODE_STALE_NONCE, b"Stale Nonce".to_vec()),
14 use stun::error_code::{ErrorCode, ErrorCodeAttribute, CODE_STALE_NONCE};121 let _ = CODE_STALE_NONCE.add_to(&mut m); in benchmark_error_code()
430 } else if code.code == CODE_STALE_NONCE { in create_permissions()500 } else if code.code == CODE_STALE_NONCE { in refresh_allocation()
189 self.respond_with_nonce(m, calling_method, CODE_STALE_NONCE) in authenticate_request()