OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLegacy
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/p2p/base/
stunserver.cc
90
if (!request->
IsLegacy
()) {
stun.h
146
bool
IsLegacy
() const;
stun.cc
59
bool StunMessage::
IsLegacy
() const {
362
if (!
IsLegacy
())
stun_unittest.cc
35
ASSERT_EQ(length == kStunTransactionIdLength + 4, msg.
IsLegacy
());
36
ASSERT_EQ(length == kStunTransactionIdLength, !msg.
IsLegacy
());
[
all
...]
port_unittest.cc
[
all
...]
Completed in 141 milliseconds