Home
last modified time | relevance | path

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

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/
H A Dconnection_abstract.cpp85 constexpr auto kTcpPrefixInts = 2; in prepareSecurePacket() local
86 constexpr auto kAuthKeyIdPosition = kTcpPrefixInts; in prepareSecurePacket()
91 constexpr auto kPrefixInts = kTcpPrefixInts in prepareSecurePacket()
H A Dconnection_abstract.h165 constexpr auto kTcpPrefixInts = 2; in prepareNotSecurePacket() local
169 constexpr auto kPrefixInts = kTcpPrefixInts in prepareNotSecurePacket()
178 const auto messageId = &result[kTcpPrefixInts + kAuthKeyIdInts]; in prepareNotSecurePacket()