Searched refs:packet_options (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_udp.h59 rtc::PacketOptions packet_options; member in struct:content::P2PSocketHostUdp::PendingPacket
H A Dsocket_host_udp.cc60 packet_options(options),
235 static_cast<net::DiffServCodePoint>(packet.packet_options.dscp);
249 packet.data->data(), packet.size, packet.packet_options, 0);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransportchannel.cc73 rtc::PacketOptions packet_options; local
75 packet_options); local
H A Ddtlstransportchannel_unittest.cc248 rtc::PacketOptions packet_options;
250 packet.get(), size, packet_options, flags);
263 rtc::PacketOptions packet_options;
265 packet.get(), size, packet_options, cricket::PF_SRTP_BYPASS);
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.cc507 rtc::PacketOptions packet_options; local
508 int sent = channel_->SendPacket(buffer, len, packet_options);

Completed in 752 milliseconds