OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:npackets
(Results
1 - 12
of
12
) sorted by relevancy
/src/usr.sbin/npf/npftest/libnpftest/
npf_perf_test.c
24
static uint64_t *
npackets
;
variable in typeref:typename:uint64_t *
49
npackets
[i] = n;
66
npackets
= kmem_zalloc(sizeof(uint64_t) * nthreads, KM_SLEEP);
84
total +=
npackets
[i];
86
kmem_free(
npackets
, sizeof(uint64_t) * nthreads);
npf_perf_test.c
24
static uint64_t *
npackets
;
variable in typeref:typename:uint64_t *
49
npackets
[i] = n;
66
npackets
= kmem_zalloc(sizeof(uint64_t) * nthreads, KM_SLEEP);
84
total +=
npackets
[i];
86
kmem_free(
npackets
, sizeof(uint64_t) * nthreads);
/src/usr.sbin/fwctl/
fwdv.c
68
int
npackets
[] = {
variable in typeref:typename:int[]
361
header = (packets == 0 || packets %
npackets
[lsystem] == 0);
fwdv.c
68
int
npackets
[] = {
variable in typeref:typename:int[]
361
header = (packets == 0 || packets %
npackets
[lsystem] == 0);
/src/sbin/routed/
output.c
62
int
npackets
;
member in struct:__anon7854488c0108
344
ws.
npackets
++;
716
ws.
npackets
= 0;
821
if (ws.
npackets
== 0
output.c
62
int
npackets
;
member in struct:__anon7854488c0108
344
ws.
npackets
++;
716
ws.
npackets
= 0;
821
if (ws.
npackets
== 0
/src/sys/dev/sbus/
qe.c
650
int
npackets
= 0;
local in function:qe_rint
664
npackets
++;
679
if (
npackets
== 0 && sc->sc_debug)
qe.c
650
int
npackets
= 0;
local in function:qe_rint
664
npackets
++;
679
if (
npackets
== 0 && sc->sc_debug)
/src/sbin/ping/
ping.c
187
static int
npackets
; /* total packets to send */
variable in typeref:typename:int
308
npackets
= l;
470
if (
npackets
!= 0) {
471
npackets
+= preload;
473
npackets
= INT_MAX;
760
if (ntransmitted <
npackets
&& d_last > 0) {
819
} while (nreceived <
npackets
1468
if (
npackets
> ntransmitted) /* let the normal limit work */
1469
npackets
= ntransmitted;
ping.c
187
static int
npackets
; /* total packets to send */
variable in typeref:typename:int
308
npackets
= l;
470
if (
npackets
!= 0) {
471
npackets
+= preload;
473
npackets
= INT_MAX;
760
if (ntransmitted <
npackets
&& d_last > 0) {
819
} while (nreceived <
npackets
1468
if (
npackets
> ntransmitted) /* let the normal limit work */
1469
npackets
= ntransmitted;
/src/sbin/ping6/
ping6.c
213
static long
npackets
; /* max packets to transmit */
variable in typeref:typename:long
383
npackets
= l;
914
long orig_npackets =
npackets
;
916
if (
npackets
== 0)
917
npackets
= LONG_MAX;
950
if (ntransmitted <
npackets
&& d_last > 0) {
1025
if (
npackets
&& nreceived >=
npackets
)
1091
if (
npackets
&& ntransmitted >=
npackets
)
[
all
...]
ping6.c
213
static long
npackets
; /* max packets to transmit */
variable in typeref:typename:long
383
npackets
= l;
914
long orig_npackets =
npackets
;
916
if (
npackets
== 0)
917
npackets
= LONG_MAX;
950
if (ntransmitted <
npackets
&& d_last > 0) {
1025
if (
npackets
&& nreceived >=
npackets
)
1091
if (
npackets
&& ntransmitted >=
npackets
)
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Sep 29 15:09:53 GMT 2025