HomeSort by relevance Sort by last modified time
    Searched full:stun (Results 76 - 100 of 189) sorted by null

1 2 34 5 6 7 8

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 46 // Parse the STUN message; eat any messages that fail to parse.
stunserver_unittest.cc 115 "look anything like a normal stun message";
transport.h 156 bool writable; // Has this connection received a STUN response?
157 bool readable; // Has this connection received a STUN request?
160 size_t rtt; // The STUN RTT for this connection.
p2ptransportchannel.cc 401 // Handle stun packets
409 // Port has received a valid stun packet from an address that no Connection
449 // save us from sending stun binding error message from incorrect channel.
507 << "stun request message";
516 // the transport address on which the STUN request was received, and a
536 // Send the pinger a successful stun response.
556 // Send the pinger a successful stun response.
567 SignalRoleConflict(this); // STUN ping will be sent when SetRole is called
    [all...]
portinterface.h 104 // Indicates that we received a successful STUN binding request from an
stunrequest.cc 123 // Parse the STUN message and continue processing as usual.
turnport.h 127 // Stun address from allocate success response.
turnport.cc 40 #include "talk/p2p/base/stun.h"
44 // TODO(juberti): Move to stun.h when relay messages have been renamed.
158 // This will wrap the packet in STUN if necessary.
290 // TODO(juberti): The '0' index will need to change if we start gathering STUN
666 // TODO(mallinath) - Use mapped address for STUN candidate.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 420 // No STUN ports specified in this config.
757 // Already got this STUN server covered.
874 // If shared socket is enabled, STUN candidate will be allocated by the
881 << "AllocationSequence: No STUN server configured, skipping.";
914 LOG(LS_VERBOSE) << "AllocationSequence: STUN ports disabled, skipping.";
920 << "UDPPort will be handling the STUN candidate generation.";
924 // If BasicPortAllocatorSession::OnAllocate left STUN ports enabled then we
929 << "AllocationSequence: No STUN server configured, skipping.";
    [all...]
connectivitychecker_unittest.cc 258 // Verify that the stun server address has been set.
270 EXPECT_GE(info.stun.rtt, 0);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 354 // No STUN ports specified in this config.
567 // Already got this STUN server covered.
693 LOG(LS_VERBOSE) << "AllocationSequence: STUN ports disabled, skipping.";
697 // If BasicPortAllocatorSession::OnAllocate left STUN ports enabled then we
702 << "AllocationSequence: No STUN server configured, skipping.";
783 LOG(LS_ERROR) << "Unable to resolve STUN host "
  /external/chromium_org/remoting/client/plugin/
pepper_packet_socket_factory.cc 206 // TODO(sergeyu): StunPort may try to send stun request before we
288 // STUN candidates with a different address). Unfortunately pepper
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunrequest.cc 119 // Parse the STUN message and continue processing as usual.
stun.cc 28 #include "talk/p2p/base/stun.h"
150 // and version is always 2 (10). If set, this is not a stun packet.
p2ptransportchannel.cc 297 // Handle stun packets
303 // Port has received a valid stun packet from an address that no Connection
305 // candidate list. If it isn't return error to the stun request.
338 // Send the pinger a successful stun response.
    [all...]
  /external/chromium_org/remoting/protocol/
transport.h 51 STUN,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 93 /** Convenience constructor for STUN servers. */
  /external/chromium_org/third_party/libjingle/source/talk/base/
natserver.cc 150 // First prepend the address in a quasi-STUN format.
natsocketfactory.cc 36 // Packs the given socketaddress into the buffer in buf, in the quasi-STUN
62 // quasi-STUN format. Returns the length of the address (i.e., the offset into
  /external/chromium/third_party/libjingle/
mods-since-v0_4_0.diff 94 < STUN Server
96 < Lastly, Libjingle builds a STUN server which implements the STUN protocol for
97 < Simple Traversal of UDP over NAT. The STUN server is built as
100 < about configuring a client to use this STUN server.
112 > STUN Server
114 > Lastly, Libjingle builds a STUN server which implements the STUN protocol for
115 > Simple Traversal of UDP over NAT. The STUN server is built as
118 > about configuring a client to use this STUN server.
    [all...]
libjingle.gyp 390 'source/talk/p2p/base/stun.cc',
391 'source/talk/p2p/base/stun.h',
  /external/chromium_org/third_party/libjingle/
mods-since-v0_4_0.diff 94 < STUN Server
96 < Lastly, Libjingle builds a STUN server which implements the STUN protocol for
97 < Simple Traversal of UDP over NAT. The STUN server is built as
100 < about configuring a client to use this STUN server.
112 > STUN Server
114 > Lastly, Libjingle builds a STUN server which implements the STUN protocol for
115 > Simple Traversal of UDP over NAT. The STUN server is built as
118 > about configuring a client to use this STUN server.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface.h 38 // points either to stun or turn server to generate ICE candidates and provide
309 // STUN server address and port.
  /external/webrtc/test/functional_test/
webrtc_test.html 213 pc = new webkitPeerConnection("STUN stun.l.google.com:19302",
  /external/chromium/third_party/libjingle/source/talk/
libjingle.scons 149 "p2p/base/stun.cc",

Completed in 356 milliseconds

1 2 34 5 6 7 8