HomeSort by relevance Sort by last modified time
    Searched refs:Packets (Results 1 - 15 of 15) sorted by null

  /external/ppp/pppd/plugins/radius/etc/
dictionary.merit 13 ATTRIBUTE Acct-Input-Packets 47 integer
14 ATTRIBUTE Acct-Output-Packets 48 integer
dictionary 82 ATTRIBUTE Acct-Input-Packets 47 integer
83 ATTRIBUTE Acct-Output-Packets 48 integer
dictionary.ascend 86 ATTRIBUTE Ascend-Pre-Input-Packets 192 integer
87 ATTRIBUTE Ascend-Pre-Output-Packets 193 integer
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.h 109 void FindPacketsToProcess(const FlowIds& flow_ids, Packets* in,
110 Packets* out);
117 Packets previous_packets_;
bwe_test_framework.h 178 typedef std::list<Packet> Packets;
182 bool IsTimeSorted(const Packets& packets);
206 // Run simulation for |time_ms| micro seconds, consuming packets from, and
207 // producing packets into in_out. The outgoing packet list must be sorted on
209 virtual void RunFor(int64_t time_ms, Packets* in_out) = 0;
236 virtual void RunFor(int64_t time_ms, Packets* in_out);
253 virtual void RunFor(int64_t time_ms, Packets* in_out);
268 virtual void RunFor(int64_t time_ms, Packets* in_out);
283 virtual void RunFor(int64_t time_ms, Packets* in_out)
    [all...]
bwe_test.cc 163 void RunFor(int64_t time_ms, int64_t time_now_ms, Packets* in_out) {
164 Packets to_process;
175 void FindPacketsToProcess(const FlowIds& flow_ids, Packets* in,
176 Packets* out) {
178 for (Packets::iterator it = in->begin(); it != in->end();) {
183 Packets::iterator next = it;
193 void QueuePackets(Packets* batch, int64_t end_of_batch_time_us) {
198 Packets::iterator it = queue_.begin();
204 Packets to_transfer;
210 Packets queue_
313 Packets packets; local
    [all...]
bwe_test_framework.cc 162 bool IsTimeSorted(const Packets& packets) {
163 PacketsConstIt last_it = packets.begin();
164 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {
255 void RateCounterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) {
278 void LossFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) {
302 void DelayFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) {
326 void JitterFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) {
350 void ReorderFilter::RunFor(int64_t /*time_ms*/, Packets* in_out) {
391 void ChokeFilter::RunFor(int64_t /*time_ms*/, Packets* in_out)
    [all...]
bwe_test_framework_unittest.cc 58 static bool IsSequenceNumberSorted(const Packets& packets) {
59 PacketsConstIt last_it = packets.begin();
60 for (PacketsConstIt it = last_it; it != packets.end(); ++it) {
71 Packets packets; local
72 // Insert some packets in order...
73 EXPECT_TRUE(IsTimeSorted(packets));
75 packets.push_back(Packet(100, 0));
76 EXPECT_TRUE(IsTimeSorted(packets));
92 Packets packets; local
183 Packets packets; local
240 Packets packets; local
252 Packets packets; local
301 Packets packets; local
399 Packets packets; local
452 Packets packets; local
507 Packets packets; local
585 Packets packets; local
738 Packets packets; local
864 Packets packets; local
    [all...]
  /external/chromium_org/media/cast/logging/
stats_event_subscriber.h 59 FRIEND_TEST_ALL_PREFIXES(StatsEventSubscriberTest, Packets);
143 // Number of packets that were sent (not retransmitted).
145 // Number of packets that were retransmitted.
147 // Number of packets that had their retransmission cancelled.
246 // Fixed size map to record when recent packets were sent.
stats_event_subscriber_unittest.cc 320 TEST_F(StatsEventSubscriberTest, Packets) {
352 // Latency is only recorded for packets that aren't retransmitted.
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fifo_test.cc 118 TEST(FIFOPacket, Packets) {
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 13 of Vorbis audio packets.
30 A meta-headerless Ogg file encapsulates the Vorbis I packets
83 The second and third vorbis packets (comment and setup
99 Packets are placed into ogg pages in order until the end of stream.
107 Vorbis packets may span page boundaries.
156 the overlap-add span of the first two audio packets.
01-introduction.tex 53 raw, unformatted 'packets'. The decoder then accepts these raw
54 packets in sequence, decodes them, synthesizes audio frames from
56 audio stream. Vorbis is a free-form variable bit rate (VBR) codec and packets have no
57 minimum size, maximum size, or fixed/expected size. Packets
64 Vorbis packets are thus intended to be used with a transport mechanism
117 encoder that produces packets that are correctly decoded by the
266 three header packets; all are required, in-order, by this
268 belonging to the Vorbis stream. In Vorbis I, all packets after the
269 three initial headers are audio packets.
271 The header packets are, in order, the identificatio
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 150 1 to 512 packets in size and by default we max a bunch to contain no
314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch}
366 \item[Field 2] The second field contains the total number of packets
369 \item[Field 3] The next field shows the number of packets eligible for
  /external/iproute2/doc/
ip-cref.tex 378 i.e.\ packets send through it are encapsulated and sent via the ``master''
387 mode i.e.\ all packets sent to it are immediately discarded.
389 in packets.
395 packets for transmission and it may inject into the kernel packets received
399 hosts. All packets sent through it will be returned
400 and nothing but bounced packets can be received.
402 \item \verb|BROADCAST| --- the device has the facility to send packets
406 attached to each end. All packets sent to this link will reach the peer
407 and all packets received by us came from this single peer
    [all...]

Completed in 1334 milliseconds