Home
last modified time | relevance | path

Searched refs:SampleOctets (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/ppp/
H A Dthroughput.c52 t->in.SampleOctets = (long long *) in throughput_init()
55 t->out.SampleOctets = (long long *) in throughput_init()
74 if (t && t->in.SampleOctets) { in throughput_destroy()
76 free(t->in.SampleOctets); in throughput_destroy()
77 free(t->out.SampleOctets); in throughput_destroy()
78 t->in.SampleOctets = NULL; in throughput_destroy()
79 t->out.SampleOctets = NULL; in throughput_destroy()
94 t->in.SampleOctets[i] = t->out.SampleOctets[i] = 0; in throughput_uptime()
174 old = t->in.SampleOctets[t->nSample]; in throughput_sampler()
204 t->in.SampleOctets[i] = t->out.SampleOctets[i] = 0; in throughput_start()
[all …]
H A Dthroughput.h46 unsigned long long *SampleOctets; member
H A Dphysical.c619 p->link.stats.total.in.SampleOctets = (long long *)iov[(*niov)++].iov_base; in iov2physical()
620 p->link.stats.total.out.SampleOctets = (long long *)iov[(*niov)++].iov_base; in iov2physical()
706 iov[*niov].iov_base = p ? (void *)p->link.stats.total.in.SampleOctets : NULL; in physical2iov()
709 iov[*niov].iov_base = p ? (void *)p->link.stats.total.out.SampleOctets : NULL; in physical2iov()