HomeSort by relevance Sort by last modified time
    Searched full:pkts (Results 1 - 25 of 182) sorted by null

1 2 3 4 5 6 7 8

  /external/tcpdump/tests/
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
    [all...]
  /external/blktrace/doc/
btrecord.8 124 \-\-max\-pkts=<\fInum\fR>
162 sdab:0: 580661 pkts (tot), 126030 pkts (replay), 89809 bunches, 1.4 pkts/bunch
163 sdab:1: 2559775 pkts (tot), 430172 pkts (replay), 293029 bunches, 1.5 pkts/bunch
164 sdab:2: 653559 pkts (tot), 136522 pkts (replay), 102288 bunches, 1.3 pkts/bunc
    [all...]
  /external/iproute2/doc/actions/
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)
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 )
  /external/blktrace/btreplay/
btrecord.c 88 * @pkts: Number of packets stored in bunches
95 __u64 start_time, last_time, bunches, pkts; member in struct:io_stream
104 static __u64 max_pkts_per_bunch = 8; // Default # of pkts per bunch
115 "\t[ -M <pkts> : --max-pkts=<pkts> ] Default: 8\n" \
155 .name = "max-pkts",
283 cur->pkts[cur->hdr.npkts++] = iop; // Struct copy
438 fprintf(stderr, "Invalid max pkts %llu\n",
599 struct io_pkt *p = stream->cur->pkts;
    [all...]
btrecord.h 56 * @pkts: Individual IOs are described here
60 struct io_pkt pkts[BT_MAX_PKTS]; member in struct:io_bunch
  /external/blktrace/btreplay/doc/
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/bunc
    [all...]
  /external/iptables/extensions/
libxt_nfacct.man 25 { pkts = 00000000000000000156, bytes = 00000000000000151786 } = http-traffic;
  /hardware/libhardware_legacy/include/hardware_legacy/
link_layer_stats.h 119 u32 tx_mpdu; // number of successfully transmitted data pkts (ACK rcvd)
120 u32 rx_mpdu; // number of received data pkts
160 u32 tx_mpdu; // number of successfully transmitted unicast data pkts (ACK rcvd)
174 u32 contention_num_samples; // num of data pkts used for contention statistics
195 u32 mpdu_size_threshold; // threshold to classify the pkts as short or long
  /external/iproute2/ip/
ipmroute.c 95 unsigned pkts, b, w; local
105 &pkts, &b, &w, oiflist) < 6)
157 fprintf(ofp, "%s %u packets, %u bytes", _SL_, pkts, b);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
virtio_net.h 11 #define VIRTIO_NET_F_CSUM 0 /* Host handles pkts w/ partial csum */
12 #define VIRTIO_NET_F_GUEST_CSUM 1 /* Guest handles pkts w/ partial csum */
14 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */
if_ppp.h 69 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
70 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
virtio_net.h 11 #define VIRTIO_NET_F_CSUM 0 /* Host handles pkts w/ partial csum */
12 #define VIRTIO_NET_F_GUEST_CSUM 1 /* Guest handles pkts w/ partial csum */
14 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */
if_ppp.h 69 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
70 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/nfacct/
nfacct.c 173 "{ pkts = %.20llu, bytes = %.20llu } = %s;",
250 static int _nfacct_cmd_add(char *name, int pkts, int bytes)
280 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts));
584 uint64_t pkts, bytes; local
595 ret = sscanf(buffer, "{ pkts = %llu, bytes = %llu } = %s",
596 &pkts, &bytes, name);
601 if ((ret = _nfacct_cmd_add(name, pkts, bytes)) != 0)
  /external/kernel-headers/original/uapi/linux/
virtio_net.h 34 #define VIRTIO_NET_F_CSUM 0 /* Host handles pkts w/ partial csum */
35 #define VIRTIO_NET_F_GUEST_CSUM 1 /* Guest handles pkts w/ partial csum */
37 #define VIRTIO_NET_F_GSO 6 /* Host handles pkts w/ any GSO type */
ppp-ioctl.h 36 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
37 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/iproute2/man/man8/
tc-bfifo.8 60 Sent 45894 bytes 681 pkts (dropped 0, overlimits 0)
  /external/ppp/pppd/include/net/
if_ppp.h 60 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
61 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
pppio.h 56 #define PPPIO_NPMODE _PPPIO(146) /* set mode for handling data pkts */
59 #define PPPIO_ACTIVEFILT _PPPIO(149) /* set filter for "link active" pkts */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if_ppp.h 88 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
89 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_ppp.h 88 #define SC_LOG_INPKT 0x00020000 /* log contents of good pkts recvd */
89 #define SC_LOG_OUTPKT 0x00040000 /* log contents of pkts sent */
  /external/mdnsresponder/mDNSPosix/
NetMonitor.c 174 unsigned long pkts[HostPkt_NumTypes]; member in struct:__anon10532
185 #define HostEntryTotalPackets(H) ((H)->pkts[HostPkt_Q] + (H)->pkts[HostPkt_L] + (H)->pkts[HostPkt_R] + (H)->pkts[HostPkt_B])
228 for (i=0; i<HostPkt_NumTypes; i++) entry->pkts[i] = 0;
259 if (id.NotAnInteger != 0xFFFF) entry->pkts[t]++;
360 if (list->num) mprintf("\n%-25s%s%s\n", "Source Address", OPBanner, " Pkts Query LegacyQ Response");
370 HostEntryTotalPackets(e), e->pkts[HostPkt_Q], e->pkts[HostPkt_L], e->pkts[HostPkt_R])
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c 377 list->pkts[list->cnt++] = *pkt;
390 *iter = list->pkts;
395 if ((size_t)(pkt - list->pkts) < list->cnt)
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 381 list->pkts[list->cnt++] = *pkt;
394 *iter = list->pkts;
399 if ((size_t)(pkt - list->pkts) < list->cnt)

Completed in 760 milliseconds

1 2 3 4 5 6 7 8