Home
last modified time | relevance | path

Searched refs:packets (Results 1 – 25 of 70) sorted by relevance

123

/dragonfly/usr.bin/systat/
HDaltqs.c478 xmit_pkts = q->nstats.cbq.xmit_cnt.packets; in print_altq()
480 drop_pkts = q->nstats.cbq.drop_cnt.packets; in print_altq()
482 xmit_pkts -= q->ostats.cbq.xmit_cnt.packets; in print_altq()
484 drop_pkts -= q->ostats.cbq.drop_cnt.packets; in print_altq()
489 xmit_pkts = q->nstats.priq.xmitcnt.packets; in print_altq()
491 drop_pkts = q->nstats.priq.dropcnt.packets; in print_altq()
493 xmit_pkts -= q->ostats.priq.xmitcnt.packets; in print_altq()
495 drop_pkts -= q->ostats.priq.dropcnt.packets; in print_altq()
500 xmit_pkts = q->nstats.hfsc.xmit_cnt.packets; in print_altq()
502 drop_pkts = q->nstats.hfsc.drop_cnt.packets; in print_altq()
[all …]
/dragonfly/sys/netgraph7/
HDng_source.c91 uint64_t packets; /* packets to send */ member
386 uint64_t packets; in ng_source_rcvmsg() local
393 packets = *(uint64_t *)msg->data; in ng_source_rcvmsg()
395 error = ng_source_start(sc, packets); in ng_source_rcvmsg()
684 ng_source_start(sc_p sc, uint64_t packets) in ng_source_start() argument
696 sc->packets = packets; in ng_source_start()
729 int packets; in ng_source_intr() local
733 if (sc->packets == 0 || sc->output == NULL in ng_source_intr()
743 packets = ifq->ifq_maxlen - ifq->ifq_len; in ng_source_intr()
745 packets = sc->snd_queue.ifq_len; in ng_source_intr()
[all …]
/dragonfly/usr.sbin/pfctl/
HDpfctl_qstats.c299 (unsigned long long)cur.data.cbq_stats.xmit_cnt.packets, in print_cbqstats()
301 (unsigned long long)cur.data.cbq_stats.drop_cnt.packets, in print_cbqstats()
320 (unsigned long long)cur.data.priq_stats.xmitcnt.packets, in print_priqstats()
322 (unsigned long long)cur.data.priq_stats.dropcnt.packets, in print_priqstats()
340 (unsigned long long)cur.data.hfsc_stats.xmit_cnt.packets, in print_hfscstats()
342 (unsigned long long)cur.data.hfsc_stats.drop_cnt.packets, in print_hfscstats()
360 (unsigned long long)cur.data.fairq_stats.xmit_cnt.packets, in print_fairqstats()
362 (unsigned long long)cur.data.fairq_stats.drop_cnt.packets, in print_fairqstats()
406 p = qs->data.cbq_stats.xmit_cnt.packets; in update_avg()
410 p = qs->data.priq_stats.xmitcnt.packets; in update_avg()
[all …]
HDpf_print_state.c299 u_int64_t packets[2]; in print_state() local
348 bcopy(s->packets[0], &packets[0], sizeof(u_int64_t)); in print_state()
349 bcopy(s->packets[1], &packets[1], sizeof(u_int64_t)); in print_state()
354 be64toh(packets[0]), in print_state()
355 be64toh(packets[1]), in print_state()
/dragonfly/contrib/file/magic/Magdir/
HDpgp-binary-keys7 # they are sequences of packets:
15 # Happily most packets have a few fields that are constrained, which
73 # is only allowed for container packets (SEIP, Compressed Data and
117 # An indeterminate length is only allowed for container packets
123 # We check the first three packets to determine if a sequence of
124 # OpenPGP packets is likely to be a certificate. The grammar allows
135 # Any number of marker packets are also allowed between each packet,
142 # Key packets and signature packets are versioned. There are two
144 # v4 packets were introduced in RFC 2440, which was published in 1998.
145 # It also deprecated v3 packets. There are no actively used v3
[all …]
HDsniffer228 >20 belong&0x03FFFFFF 243 (MPEG-2 Transport Stream packets
235 …belong&0x03FFFFFF 250 (Schweitzer Engineering Laboratories RTAC packets
240 …x03FFFFFF 255 (Bluetooth Basic Rate/Enhanced Data Rate baseband packets
245 >20 belong&0x03FFFFFF 260 (IPMI trace packets
246 >20 belong&0x03FFFFFF 261 (Z-Wave RF profile R1 and R2 packets
247 >20 belong&0x03FFFFFF 262 (Z-Wave RF profile R3 packets
283 # packets time stamps in seconds and microseconds.
291 # packets time stamps in seconds and nanoseconds.
345 # NetStumbler log files. Not really packets, per se, but about as
/dragonfly/contrib/tcpdump/
HDprint-cnfp.c72 nd_uint32_t packets; /* packets in the flow */ member
104 nd_uint32_t packets; /* packets in the flow */ member
138 nd_uint32_t packets; /* packets in the flow */ member
242 GET_BE_U_4(nr->packets), in cnfp_v1_print()
344 GET_BE_U_4(nr->packets), in cnfp_v5_print()
449 GET_BE_U_4(nr->packets), in cnfp_v6_print()
HDCHANGES5 ICMP: Update the snapend for some nested IP packets.
13 DHCPv6: Update the snapend for nested DHCPv6 packets
37 Print unsupported link-layer protocol packets in hex.
60 Print the number of packets captured only as often as necessary.
342 LLC: Clean up printing of LLC packets
343 LLC: Fix the printing of RFC 948-style IP packets
364 PPP: Report invalid PAP AACK/ANAK packets
369 RESP: Do better checking of RESP packets
392 TCP: Add bounds and length checks for packets with TCP option 20
411 Fix "-x" for Apple PKTAP and PPI packets
[all …]
HDREADME.md103 current send (on duplicate packets only). Duplicate
129 the number of packets it took to send that many chunks
130 (if there are no lost or duplicated packets, the number
131 of packets should equal the number of chunks) and the
150 # 134 chunks. 536 packets sent. 508 acks.
163 536 packets to transfer the data (i.e., on the average
/dragonfly/sys/net/altq/
HDaltq.h52 uint64_t packets; member
57 (cntr)->packets++; (cntr)->bytes += len; \
/dragonfly/usr.sbin/spray/
HDspray.c196 print_xferstats(u_int packets, int packetlen, double xfertime) in print_xferstats() argument
202 datalen = packets * packetlen; in print_xferstats()
203 pps = packets / xfertime; in print_xferstats()
/dragonfly/share/examples/sliplogin/
HDslip.hosts7 # noicmp - disable ICMP packets (such as 'ping' or 'traceroute' packets)
/dragonfly/usr.sbin/fwcontrol/
HDfwdv.c253 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i; in dvsend() local
314 packets = 0; in dvsend()
339 header = (packets == 0 || packets % npackets[systype] == 0); in dvsend()
373 ciph->dbc = packets++ % 256; in dvsend()
/dragonfly/sys/netgraph7/netflow/
HDnetflow.h79 uint32_t packets; /* Number of packets in a flow */ member
101 uint32_t packets; /* Number of packets in a flow */ member
HDnetflow.c75 #define ISFREE(fle) (fle->f.packets == 0)
83 #define SMALL(fle) (fle->f.packets <= 4)
258 fle->f.packets = 1; in hash_insert()
478 fle->f.packets ++; in ng_netflow_flow_add()
636 rec->packets = htonl(fle->f.packets); in export_add()
/dragonfly/usr.sbin/ppp/
HDREADME.nat47 automatically NAT IP packets forwarded from a local network, making
48 them appear to come from the ppp host machine. Incoming packets
52 port numbers. ICMP echo and timestamp packets are natted by their id
100 The NAT software handles all packets, whether they come from
137 before routing any packets over the link; good points are in the
191 NAT normally remaps all packets coming from the local area
202 packets on the private subnet will be NAT'd.
314 Corrected error in handling incoming UDP packets
365 - Incoming packets which are not recognised by the packet
HDppp.8.m4224 any time it detects the link is down, even if there are no packets to be
253 UDP port numbers are NAT'd for outgoing packets and de-NAT'd for
254 returning packets.
307 filter for incoming packets, the
309 filter for outgoing packets, the
639 configuration packets to the peer, use the
717 machine to send all packets without another routing entry to the other
1079 drops and both ends have packets queued.
1527 If packets are lost, both levels will
1538 data does not have to be rearranged into packets.
[all …]
/dragonfly/sbin/natd/
HDHISTORY106 - Checksum for incoming packets is always recalculated
109 checksum of fragmented packets.
117 - Ignored incoming packets are now dropped when
/dragonfly/crypto/openssh/
HDpacket.c110 u_int32_t packets; member
250 state->p_send.packets = state->p_read.packets = 0; in ssh_alloc_session_state()
990 ps->packets = ps->blocks = 0; in ssh_set_newkeys()
1072 if (state->p_send.packets == 0 && state->p_read.packets == 0) in ssh_packet_need_rekeying()
1084 if (state->p_send.packets > MAX_PACKETS || in ssh_packet_need_rekeying()
1085 state->p_read.packets > MAX_PACKETS) in ssh_packet_need_rekeying()
1309 if (++state->p_send.packets == 0) in ssh_packet_send2_wrapped()
1720 if (++state->p_read.packets == 0) in ssh_packet_read_poll2()
2418 (r = sshbuf_put_u32(m, state->p_send.packets)) != 0 || in ssh_packet_get_state()
2422 (r = sshbuf_put_u32(m, state->p_read.packets)) != 0 || in ssh_packet_get_state()
[all …]
/dragonfly/tools/tools/net80211/w00t/
HDREADME51 to a tap interface which may be used to TX packets on that network.
60 Resend WEP packets to our buddy on the Internet. The buddy will
/dragonfly/sbin/natd/samples/
HDnatd.cf.sample25 # Avoid port changes if possible when altering outbound packets. Makes rlogin
30 # Verbose mode. Enables dumping of packets and disables
/dragonfly/share/examples/find_interface/
HDREADME5 packets intended for that destination would be sent.
/dragonfly/share/examples/netgraph/
HDngctl9 # out all packets diverted by some ipfw(8) divert rule to the console.
95 # So now let's add the ipfw divert rule for whatever packets we
127 # hook of ngctl's socket node. Since the packets are getting diverted,
/dragonfly/tools/tools/net80211/
HDREADME11 wlaninject inject 802.11 packets using the raw packet interface
/dragonfly/share/examples/ppp/
HDppp.conf.span-isp68 # invocation receives all incoming packets. This creates
139 # Each ``set device'' command tells ppp to use UDP packets destined for
141 # ensure that these UDP packets use the correct ISP connection.

123