Searched refs:packet_id (Results 1 - 25 of 25) sorted by relevance

/external/webrtc/webrtc/
H A Dtransport.h24 // as packet_id not being set.
25 int packet_id = -1; member in struct:webrtc::PacketOptions
/external/webrtc/webrtc/base/
H A Dasyncpacketsocket.h37 PacketOptions() : dscp(DSCP_NO_CHANGE), packet_id(-1) {}
38 explicit PacketOptions(DiffServCodePoint dscp) : dscp(dscp), packet_id(-1) {}
41 int packet_id; // 16 bits, -1 represents "not set". member in struct:rtc::PacketOptions
H A Dsocket.h128 SentPacket() : packet_id(-1), send_time_ms(-1) {}
129 SentPacket(int packet_id, int64_t send_time_ms) argument
130 : packet_id(packet_id), send_time_ms(send_time_ms) {}
132 int packet_id; member in struct:rtc::SentPacket
H A Dasyncudpsocket.cc63 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
72 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
H A Dasynctcpsocket.cc271 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
/external/libnl/src/
H A Dnf-queue.c44 uint32_t packet_id = nfnl_queue_msg_get_packetid(msg); local
50 if (packet_id > next_packet_id) {
51 printf("Warning: %d Out of order packets. Queue or socket overload \n", packet_id - next_packet_id);
63 } while (packet_id > next_packet_id);
68 next_packet_id = packet_id + 1;
/external/iptables/include/linux/netfilter_ipv4/
H A Dip_queue.h22 unsigned long packet_id; /* ID of queued packet */ member in struct:ipq_packet_msg
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnfnetlink_queue.h17 __be32 packet_id; /* unique ID of packet in queue */ member in struct:nfqnl_msg_packet_hdr
/external/libnl/include/linux/netfilter/
H A Dnfnetlink_queue.h20 __be32 packet_id; /* unique ID of packet in queue */ member in struct:nfqnl_msg_packet_hdr
/external/webrtc/webrtc/test/
H A Ddirect_transport.cc58 rtc::SentPacket sent_packet(options.packet_id,
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.h210 rtc_options.packet_id = options.packet_id;
H A Dwebrtcvideoengine2.cc1544 rtc_options.packet_id = options.packet_id;
/external/libnl/lib/netfilter/
H A Dqueue_msg.c88 nfnl_queue_msg_set_packetid(msg, ntohl(hdr->packet_id));
/external/webrtc/webrtc/call/
H A Dcongestion_controller.cc290 transport_feedback_adapter_->OnSentPacket(sent_packet.packet_id,
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender.cc684 options.packet_id =
689 transport_feedback_observer_->AddPacket(options.packet_id, length, true);
710 int32_t RTPSender::ReSendPacket(uint16_t packet_id, int64_t min_resend_time) { argument
715 if (!packet_history_.GetPacketAndSetSendTime(packet_id, min_resend_time, true,
944 options.packet_id =
949 transport_feedback_observer_->AddPacket(options.packet_id, length, true);
H A Drtp_sender.h224 int32_t ReSendPacket(uint16_t packet_id, int64_t min_resend_time = 0);
/external/webrtc/webrtc/p2p/base/
H A Ddtlstransportchannel_unittest.cc264 packet_options.packet_id = kFakePacketId;
577 EXPECT_EQ(kFakePacketId, client1_.sent_packet().packet_id);
H A Dfaketransportcontroller.h213 rtc::SentPacket sent_packet(options.packet_id, rtc::Time());
/external/kernel-headers/original/uapi/drm/
H A Dradeon_drm.h190 unsigned char cmd_type, packet_id, pad0, pad1; member in struct:__anon7820::__anon7822
/external/libdrm/include/drm/
H A Dradeon_drm.h190 unsigned char cmd_type, packet_id, pad0, pad1; member in struct:__anon9532::__anon9534
/external/libpcap/
H A Dpcap-netfilter-linux.c153 id = ntohl(pkt_hdr->packet_id);
/external/webrtc/webrtc/video/
H A Dend_to_end_tests.cc1393 EXPECT_EQ(options.packet_id,
1397 int64_t packet_id = unwrapper_.Unwrap(options.packet_id); local
1398 EXPECT_TRUE(received_packed_ids_.insert(packet_id).second);
3333 int64_t packet_id = local
3335 EXPECT_TRUE(received_packet_ids_.insert(packet_id).second);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_sanity.c808 int id = (int)header.packet.packet_id;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_sanity.c530 int id = (int)header.packet.packet_id;
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc1332 options.packet_id = 10;
1337 EXPECT_EQ_WAIT(fake_call_.last_sent_packet().packet_id, 10, kPacketTimeout);

Completed in 1213 milliseconds