Home
last modified time | relevance | path

Searched refs:callIntrusionProtectionLevel (Results 1 – 9 of 9) sorted by relevance

/dports/net/opal/opal-3.10.10/include/h323/
H A Dh323ep.h988 unsigned GetCallIntrusionProtectionLevel() const { return callIntrusionProtectionLevel; } in GetCallIntrusionProtectionLevel()
994 ) { PAssert(level<=3, PInvalidParameter); callIntrusionProtectionLevel = level; } in SetCallIntrusionProtectionLevel()
1355 unsigned callIntrusionProtectionLevel; variable
H A Dh323con.h718 unsigned GetLocalCallIntrusionProtectionLevel() { return callIntrusionProtectionLevel; } in GetLocalCallIntrusionProtectionLevel()
725 unsigned callIntrusionProtectionLevel
2086 unsigned callIntrusionProtectionLevel; variable
/dports/net/h323plus/h323plus-1_27_2/include/
H A Dh323con.h905 unsigned GetLocalCallIntrusionProtectionLevel() { return callIntrusionProtectionLevel; } in GetLocalCallIntrusionProtectionLevel()
912 unsigned callIntrusionProtectionLevel
3477 unsigned callIntrusionProtectionLevel; variable
H A Dh323ep.h1889 unsigned GetCallIntrusionProtectionLevel() const { return callIntrusionProtectionLevel; } in GetCallIntrusionProtectionLevel()
1895 ) { PAssert(level<=3, PInvalidParameter); callIntrusionProtectionLevel = level; } in SetCallIntrusionProtectionLevel()
2985 unsigned callIntrusionProtectionLevel; variable
/dports/net/opal/opal-3.10.10/src/h323/
H A Dh323ep.cxx69 , callIntrusionProtectionLevel(3) //H45011_CIProtectionLevel::e_fullProtection; in H323EndPoint()
H A Dh323.cxx214 , callIntrusionProtectionLevel(endpoint.GetCallIntrusionProtectionLevel()) in H323Connection()
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DH323Connection.sip419 unsigned callIntrusionProtectionLevel
/dports/net/h323plus/h323plus-1_27_2/src/
H A Dh323ep.cxx758 callIntrusionProtectionLevel = 3; //H45011_CIProtectionLevel::e_fullProtection; in H323EndPoint()
H A Dh323.cxx444 callIntrusionProtectionLevel = endpoint.GetCallIntrusionProtectionLevel(); in H323Connection()