Home
last modified time | relevance | path

Searched refs:CODE_ALLOC_MISMATCH (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/
H A Derror_code.rs116 pub const CODE_ALLOC_MISMATCH: ErrorCode = ErrorCode(437); // Allocation Mismatch constant
147 (CODE_ALLOC_MISMATCH, b"Allocation Mismatch".to_vec()),
/webrtc/turn/src/server/
H A Drequest.rs318 code: CODE_ALLOC_MISMATCH, in handle_allocate_request()