/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 7 In octets 820721, unicast pkts 9601, multicast pkts 0, broadcast pkts 1302, discards 0 9 … Out octets 178785248, unicast pkts 9736, multicast pkts 132958, broadcast pkts 2213534, discards 0 19 … In octets 156084746, unicast pkts 473593, multicast pkts 0, broadcast pkts 1862745, discards 0 21 … Out octets 59635889, unicast pkts 8834, multicast pkts 132958, broadcast pkts 352092, discards 0 31 … In octets 3051593057, unicast pkts 52919488, multicast pkts 1491, broadcast pkts 956, discards 0 33 …Out octets 1525716840, unicast pkts 30013667, multicast pkts 131467, broadcast pkts 2213880, disca… 43 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 45 … Out octets 178404732, unicast pkts 3035, multicast pkts 132958, broadcast pkts 2214836, discards 0 55 In octets 0, unicast pkts 0, multicast pkts 0, broadcast pkts 0, discards 0 57 … Out octets 178368955, unicast pkts 3031, multicast pkts 132840, broadcast pkts 2214791, discards 0 [all …]
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 396 struct vpx_codec_cx_pkt pkts[1]; member 404 struct vpx_codec_cx_pkt pkts[n]; \ 410 (m)->alloc.head.max = sizeof((m)->alloc.pkts) / sizeof((m)->alloc.pkts[0])
|
/external/iproute2/doc/actions/ |
D | ifb-README | 93 Sent 252 bytes 3 pkts (dropped 0, overlimits 0) 97 Sent 252 bytes 3 pkts (dropped 0, overlimits 0) 101 Sent 0 bytes 0 pkts (dropped 0, overlimits 0) 103 Sent 210 bytes 3 pkts (dropped 0, overlimits 0) 105 Sent 294 bytes 3 pkts (dropped 0, overlimits 0) 107 Sent 504 bytes 6 pkts (dropped 0, overlimits 0) 109 Sent 308 bytes 5 pkts (dropped 0, overlimits 0)
|
D | gact-usage | 44 Sent 1680 bytes 20 pkts (dropped 20, overlimits 0 ) 61 Sent 1680 bytes 20 pkts (dropped 16, overlimits 0 ) 77 Sent 1680 bytes 20 pkts (dropped 10, overlimits 0 )
|
D | actions-general | 219 Sent 188832 bytes 2248 pkts (dropped 0, overlimits 0) 222 Sent 188832 bytes 2248 pkts (dropped 0, overlimits 2122) 226 Sent 178248 bytes 2122 pkts (dropped 0, overlimits 0) 229 Sent 178248 bytes 2122 pkts (dropped 0, overlimits 1945) 233 Sent 163380 bytes 1945 pkts (dropped 0, overlimits 0) 236 Sent 163380 bytes 1945 pkts (dropped 0, overlimits 437)
|
/external/blktrace/btreplay/ |
D | btrecord.c | 95 __u64 start_time, last_time, bunches, pkts; member 283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy in io_bunch_add() 599 struct io_pkt *p = stream->cur->pkts; in bunch_output_pkts() 635 stream->pkts += cur->hdr.npkts; in stream_flush() 700 stream->bunches = stream->pkts = 0; in stream_open() 733 .total_pkts = stream->pkts in stream_close() 746 (unsigned long long)stream->pkts, in stream_close() 748 (double)(stream->pkts) / (double)(stream->bunches)); in stream_close()
|
D | btrecord.h | 60 struct io_pkt pkts[BT_MAX_PKTS]; member
|
D | btreplay.c | 1134 result = read(tip->ifd, &bunch->pkts, count); in next_bunch() 1212 struct io_pkt *pkts, int ntodo) in iocbs_map() argument 1221 for (i = 0, pkt = pkts; i < ntodo; i++, pkt++) { in iocbs_map() 1263 iocbs_map(tip, list, &bunch->pkts[i], ntodo); in process_bunch()
|
/external/blktrace/btreplay/doc/ |
D | btreplay.tex | 149 \item[\texttt{--max-pkts}] A \emph{bunch} size can be anywhere from 208 \texttt{--max-pkts} option). One \emph{could} simply specify 209 \texttt{-max-pkts=1} and then each IO would be treated individually. Of 253 [ -M <pkts> : --max-pkts=<pkts> ] Default: 8 314 \texttt{--max-pkts}\\Set Maximum Packets Per Bunch} 351 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch 352 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch 353 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunch 354 sdab:3: 474773 pkts (tot), 117849 pkts (replay), 69572 bunches, 1.7 pkts/bunch
|
/external/nfacct/ |
D | nfacct.c | 254 static int _nfacct_cmd_add(char *name, int pkts, int bytes) in _nfacct_cmd_add() argument 284 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts)); in _nfacct_cmd_add() 588 uint64_t pkts, bytes; in nfacct_cmd_restore() local 600 &pkts, &bytes, name); in nfacct_cmd_restore() 605 if ((ret = _nfacct_cmd_add(name, pkts, bytes)) != 0) in nfacct_cmd_restore()
|
/external/mdnsresponder/mDNSPosix/ |
D | NetMonitor.c | 174 unsigned long pkts[HostPkt_NumTypes]; member 185 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R… 228 for (i=0; i<HostPkt_NumTypes; i++) entry->pkts[i] = 0; in AddHost() 259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++; in GotPacketFromHost() 370 HostEntryTotalPackets(e), e->pkts[HostPkt_Q], e->pkts[HostPkt_L], e->pkts[HostPkt_R]); in ShowSortedHostList() 371 if (e->pkts[HostPkt_B]) mprintf("Bad: %8lu", e->pkts[HostPkt_B]); in ShowSortedHostList()
|
/external/libpcap/ |
D | pcap-linux.c | 4784 int pkts = 0; local 4802 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) { 4825 pkts++; 4859 return pkts; 4868 int pkts = 0; local 4886 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) { 4909 pkts++; 4943 return pkts; 4953 int pkts = 0; local 4971 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) { [all …]
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 356 list->pkts[list->cnt++] = *pkt; in vpx_codec_pkt_list_add() 368 *iter = list->pkts; in vpx_codec_pkt_list_get() 373 if ((size_t)(pkt - list->pkts) < list->cnt) in vpx_codec_pkt_list_get()
|
/external/iptables/extensions/ |
D | libxt_nfacct.man | 25 { pkts = 00000000000000000156, bytes = 00000000000000151786 } = http-traffic;
|
/external/autotest/client/tests/isic/ |
D | help | 28 [-p <pkts to generate>] [-k <skip packets>] [-x <send packet X times>]
|
/external/iptables/iptables/ |
D | nft.c | 1221 uint64_t pkts = nftnl_chain_get_u64(c, NFTNL_CHAIN_PACKETS); in nft_chain_print_save() local 1233 pkts, bytes); in nft_chain_print_save() 1235 printf(":%s - [%"PRIu64":%"PRIu64"]\n", chain, pkts, bytes); in nft_chain_print_save()
|