LeviLamina
Loading...
Searching...
No Matches
srtp_err_status_t.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
srtp_err_status_t :
int
{
6
Ok = 0,
7
Fail = 1,
8
BadParam = 2,
9
AllocFail = 3,
10
DeallocFail = 4,
11
InitFail = 5,
12
Terminus = 6,
13
AuthFail = 7,
14
CipherFail = 8,
15
ReplayFail = 9,
16
ReplayOld = 10,
17
AlgoFail = 11,
18
NoSuchOp = 12,
19
NoCtx = 13,
20
CantCheck = 14,
21
KeyExpired = 15,
22
SocketErr = 16,
23
SignalErr = 17,
24
NonceBad = 18,
25
ReadFail = 19,
26
WriteFail = 20,
27
ParseErr = 21,
28
EncodeErr = 22,
29
SemaphoreErr = 23,
30
PfkeyErr = 24,
31
BadMki = 25,
32
PktIdxOld = 26,
33
PktIdxAdv = 27,
34
};
src
mc
external
libsrtp
srtp_err_status_t.h
Generated on Wed Jul 23 2025 08:34:03 for LeviLamina by
1.12.0