Searched refs:packet_options (Results 1 – 4 of 4) sorted by relevance
170 rtc::PacketOptions packet_options; in SendPackets() local171 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() local186 return dtls_transport_->SendPacket(packet.get(), size, packet_options, in SendInvalidSrtpPacket()
95 rtc::PacketOptions packet_options; in Write() local97 packet_options); in Write()
41 absl::optional<PacketOptions> packet_options,63 PacketOptions packet_options() const { in packet_options() function
35 absl::optional<PacketOptions> packet_options, in NetworkPacket() argument43 packet_options_(packet_options), in NetworkPacket()341 packet->packet_options()); in DeliverNetworkPacket()