Home | History | Annotate | Download | only in base

Lines Matching defs:software

14  *     derived from this software without specific prior written permission.
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
24 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
293 // Software name (request): "STUN test client" (without quotes)
294 // Software name (response): "test vector" (without quotes)
326 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
357 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
381 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
443 0x80, 0x22, 0x00, 0x10, // SOFTWARE attribute header
478 0x80, 0x22, 0x00, 0x0b, // SOFTWARE attribute header
647 const StunByteStringAttribute* software =
649 ASSERT_TRUE(software != NULL);
650 EXPECT_EQ(kRfc5769SampleMsgClientSoftware, software->GetString());
675 const StunByteStringAttribute* software =
677 ASSERT_TRUE(software != NULL);
678 EXPECT_EQ(kRfc5769SampleMsgServerSoftware, software->GetString());
698 const StunByteStringAttribute* software =
700 ASSERT_TRUE(software != NULL);
701 EXPECT_EQ(kRfc5769SampleMsgServerSoftware, software->GetString());