Searched refs:clnp_stat (Results 1 - 14 of 14) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_stat.h1 /* $NetBSD: clnp_stat.h,v 1.8 2003/08/07 16:33:33 agc Exp $ */
31 * @(#)clnp_stat.h 8.1 (Berkeley) 6/10/93
64 struct clnp_stat { struct
97 extern struct clnp_stat clnp_stat;
102 #define INCSTAT(x) clnp_stat.x++
H A DMakefile5 INCS= argo_debug.h clnl.h clnp.h clnp_stat.h cltp_var.h cons.h \
H A Dclnp_timer.c77 #include <netiso/clnp_stat.h>
H A Dclnp_input.c94 #include <netiso/clnp_stat.h>
109 struct clnp_stat clnp_stat; variable in typeref:struct:clnp_stat
285 * SIDE EFFECTS: increments fields of clnp_stat structure.
579 clnp_stat.cns_delivered--;
580 clnp_stat.cns_noproto++;
H A Dclnp_output.c81 #include <netiso/clnp_stat.h>
600 clnp_stat.cns_sent--;
601 clnp_stat.cns_odropped++;
H A Dclnp_subr.c87 #include <netiso/clnp_stat.h>
359 clnp_stat.cns_forward--;
H A Dclnp_debug.c78 #include <netiso/clnp_stat.h>
H A Dclnp_er.c81 #include <netiso/clnp_stat.h>
H A Dclnp_options.c81 #include <netiso/clnp_stat.h>
H A Dclnp_raw.c82 #include <netiso/clnp_stat.h>
H A Dclnp_frag.c79 #include <netiso/clnp_stat.h>
H A Diso_snpac.c93 #include <netiso/clnp_stat.h>
H A Desis.c91 #include <netiso/clnp_stat.h>
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Diso.c88 #include <netiso/clnp_stat.h>
153 struct clnp_stat clnp_stat; local
156 kread(off, (char *)&clnp_stat, sizeof (clnp_stat)))
161 #define ps(f, m) if (clnp_stat.f || sflag <= 1) \
162 printf(m, (unsigned long long)clnp_stat.f)
163 #define p(f, m) if (clnp_stat.f || sflag <= 1) \
164 printf(m, (unsigned long long)clnp_stat.f, plural(clnp_stat
[all...]

Completed in 118 milliseconds