Home
last modified time | relevance | path

Searched refs:packet_options (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/p2p/base/
Ddtls_transport_unittest.cc170 rtc::PacketOptions packet_options; in SendPackets() local
171 packet_options.packet_id = kFakePacketId; in SendPackets()
172 int rv = dtls_transport_->SendPacket(packet.get(), size, packet_options, in SendPackets()
185 rtc::PacketOptions packet_options; in SendInvalidSrtpPacket() local
186 return dtls_transport_->SendPacket(packet.get(), size, packet_options, in SendInvalidSrtpPacket()
Ddtls_transport.cc95 rtc::PacketOptions packet_options; in Write() local
97 packet_options); in Write()
/external/webrtc/call/
Dfake_network_pipe.h41 absl::optional<PacketOptions> packet_options,
63 PacketOptions packet_options() const { in packet_options() function
Dfake_network_pipe.cc35 absl::optional<PacketOptions> packet_options, in NetworkPacket() argument
43 packet_options_(packet_options), in NetworkPacket()
341 packet->packet_options()); in DeliverNetworkPacket()