Searched refs:StunMessageType (Results 1 – 7 of 7) sorted by relevance
99 enum StunMessageType { enum138 StunMessageType* type);139 static bool IsRequestOrResponse(StunMessageType type);
164 P2PSocketHost::StunMessageType type; in HandleReadResult()198 P2PSocketHost::StunMessageType type = P2PSocketHost::StunMessageType(); in Send()
498 const char* data, int data_size, StunMessageType* type) { in GetStunPacketType()531 *type = static_cast<StunMessageType>(message_type); in GetStunPacketType()540 bool P2PSocketHost::IsRequestOrResponse(StunMessageType type) { in IsRequestOrResponse()
308 P2PSocketHost::StunMessageType type; in OnPacket()349 P2PSocketHost::StunMessageType type = P2PSocketHost::StunMessageType(); in Send()
72 static StunMessage* CreateStunMessage(StunMessageType type, in CreateStunMessage()
44 enum StunMessageType { enum
42 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type, in CheckStunHeader()