Home
last modified time | relevance | path

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

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZrtpPacketBase.h54 const uint16_t zrtpId = 0x505a; in icu_regex_traits_implementation()
99 bool isZrtpPacket() { return (zrtpNtohs(zrtpHeader->zrtpId) == zrtpId); }; in getloc()
137 void setZrtpId() { zrtpHeader->zrtpId = zrtpHtons(zrtpId); } in getloc()
H A DzrtpPacket.h67 uint16_t zrtpId; ///< Id to identify the message, always 0x505a member