Searched refs:IsStunRequestType (Results 1 – 4 of 4) sorted by relevance
870 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1; in GetStunSuccessResponseType()874 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1; in GetStunErrorResponseType()877 bool IsStunRequestType(int msg_type) { in IsStunRequestType() function
251 if (IsStunRequestType(msg.type())) { in HandleStunMessage()264 if (IsStunRequestType(msg.type()) && in HandleStunMessage()295 ASSERT(IsStunRequestType(msg->type())); in CheckAuthorization()
477 bool IsStunRequestType(int msg_type);
520 EXPECT_EQ(i == 0U, IsStunRequestType(types[i])); in TEST_F()