Home
last modified time | relevance | path

Searched refs:npackets (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/ping/
H A Dping.c176 static long npackets; /* max packets to transmit */ variable
298 npackets = (long)ltmp; in ping()
784 if (npackets > 0) { in ping()
785 snpackets = npackets; in ping()
786 npackets = 0; in ping()
874 if (npackets != 0 && preload > npackets) in ping()
875 preload = npackets; in ping()
946 (npackets && nreceived >= npackets)) in ping()
959 if (!npackets || ntransmitted < npackets) in ping()
H A Dping6.c226 static long npackets; /* max packets to transmit */ variable
395 npackets = strtol(optarg, &e, 10); in ping6()
396 if (npackets <= 0 || *optarg == '\0' || *e != '\0') in ping6()
1118 if (npackets != 0 && preload > npackets) in ping6()
1119 preload = npackets; in ping6()
1210 (npackets > 0 && nreceived >= npackets)) in ping6()
1214 if (npackets == 0 || ntransmitted < npackets) in ping6()
1299 if (npackets && ntransmitted >= npackets) in pinger()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c656 size_t npackets; in recv_loop_with_match() local
692 npackets = 0; in recv_loop_with_match()
704 npackets++; in recv_loop_with_match()
709 "non-blocked sources: %d\n", (int)npackets); in recv_loop_with_match()
/freebsd/sbin/routed/
H A Doutput.c48 int npackets; member
316 ws.npackets++; in supply_write()
687 ws.npackets = 0; in supply()
792 if (ws.npackets == 0 in supply()
/freebsd/usr.sbin/fwcontrol/
H A Dfwdv.c67 int npackets[] = { variable
342 header = (packets == 0 || packets % npackets[system] == 0); in dvsend()
/freebsd/sys/dev/hid/
H A Dps4dshock.c686 u_int npackets; member
884 sc->npackets = MIN(PS4DS_MAX_TOUCHPAD_PACKETS,(u_int)ctx.data); in ps4dsmtp_npackets_cb()
995 data < sc->data + PS4DS_NTPUSAGES * sc->npackets; in ps4dsmtp_final_cb()
/freebsd/tools/tools/netmap/
H A Dpkt-gen.c266 uint64_t npackets; /* total packets to send */ member
1393 uint64_t sent = 0, n = targ->g->npackets; in ping_body()
1589 uint64_t sent = 0, n = targ->g->npackets; in pong_body()
1683 uint64_t n = targ->g->npackets / targ->g->nthreads; in sender_body()
1931 uint64_t n = targ->g->npackets / targ->g->nthreads; in receiver_body()
2066 if (targ->g->npackets > 0) { in txseq_body()
2994 g.npackets = strtoull(optarg, NULL, 10); in main()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Ddp_rx.c4693 struct sk_buff **tail_msdu, u32 *npackets, in ath11k_dp_rx_mon_mpdu_pop() argument
4888 *npackets = 1; in ath11k_dp_rx_mon_mpdu_pop()
5160 u32 npackets = 0; in ath11k_dp_rx_mon_dest_process() local
5194 &npackets, &ppdu_id); in ath11k_dp_rx_mon_dest_process()
/freebsd/sys/dev/bxe/
H A Decore_hsi.h3851 uint16_t npackets /* number of data bytes that were added in the doorbell */; member
3869 uint16_t npackets /* number of data bytes that were added in the doorbell */;