Searched refs:packets (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-cnfp.c70 u_int32_t packets; member in struct:nfrec
187 EXTRACT_32BITS(&nr->packets),
/haiku-fatelf/headers/posix/net/
H A Dif.h20 uint32_t packets; member in struct:ifreq_stream_stats
86 #define IFF_PROMISC 0x0100 /* receive all packets */
87 #define IFF_ALLMULTI 0x0200 /* receive all multicast packets */
/haiku-fatelf/src/bin/fwcontrol/
H A Dfwdv.c271 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; local
330 packets = 0;
355 header = (packets == 0 || packets % npackets[system] == 0);
387 ciph->dbc = packets++ % 256;
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A Dif_igb.h58 * Increasing this value allows the driver to buffer more incoming packets.
307 u32 packets; member in struct:tx_ring
338 * collecting multisegment RX packets.
344 u32 packets; member in struct:rx_ring
H A Dif_igb.c358 ** another plus is that small packets often fit
383 /* How many packets rxeof tries to clean at a time */
388 "Maximum number of received packets to process at a time, -1 means unlimited");
510 "max number of rx packets to process",
869 * packets to transmit and transmit resources are available.
1028 * Called from a taskqueue to drain queued transmit packets.
1610 if ((txr->bytes) && (txr->packets))
1611 newitr = txr->bytes/txr->packets;
1612 if ((rxr->bytes) && (rxr->packets))
1614 (rxr->bytes / rxr->packets));
[all...]
/haiku-fatelf/src/add-ons/kernel/network/devices/dialup/
H A Ddialup.cpp450 device->stats.send.packets++;
509 device->stats.receive.packets++;
/haiku-fatelf/src/add-ons/kernel/network/devices/ethernet/
H A Dethernet.cpp284 device->stats.send.packets++;
338 device->stats.receive.packets++;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpkt_rx1.s122 adc word [_pktDrop+2], 0 ; increment packets lost
H A Dpkt_rx0.asm162 adc _pktDrop[2], 0 ; increment packets lost
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Dpcap-haiku.cpp104 // we don't support injecting packets yet
106 // inject the packets
107 strlcpy(handle->errbuf, "Sending packets isn't supported yet",
140 handle->md.stat.ps_recv += request.ifr_stats.receive.packets;
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/
H A Dsample.c88 * packets at bit-rates other than the current one to estimate when
389 /* let the bit-rate switch quickly during the first few packets */
406 "%s: size %d switch rate %d (%d/%d) -> %d (%d/%d) after %d packets mrr %d",
537 /* just average the first few packets */
539 int packets = sn->stats[size_bin][rix0].total_packets; local
540 sn->stats[size_bin][rix0].average_tx_time = (tt+(avg_tx*packets))/(packets+1);
553 * Also say larger packets failed since we
888 printf("[%4u] cur rix %d (%d %s) since switch: packets %d ticks %u\n",
893 printf("[%4u] last sample %d cur sample %d packets sen
[all...]
/haiku-fatelf/src/bin/network/ifconfig/
H A Difconfig.cpp635 printf("\tReceive: %d packets, %d errors, %Ld bytes, %d mcasts, %d "
636 "dropped\n", stats.receive.packets, stats.receive.errors,
639 printf("\tTransmit: %d packets, %d errors, %Ld bytes, %d mcasts, %d "
640 "dropped\n", stats.send.packets, stats.send.errors,
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp1087 int packets; local
1101 packets = 0;
1198 packets ++;
1209 if ((dbch->flags & FWOHCI_DBCH_FULL) && packets > 0) {
2071 /* pending all pre-bus_reset packets */
2960 printf("fwohci_arcv: no packets\n");

Completed in 203 milliseconds