Searched refs:tp_stat (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A DMakefile8 tp_seq.h tp_stat.h tp_states.h tp_timer.h tp_tpdu.h tp_trace.h \
H A Dtp_stat.h1 /* $NetBSD: tp_stat.h,v 1.8 2003/08/07 16:33:41 agc Exp $ */
31 * @(#)tp_stat.h 8.1 (Berkeley) 6/10/93
68 struct tp_stat { struct
189 extern struct tp_stat tp_stat;
190 #define IncStat(x) tp_stat./**/x/**/++
H A Dtp_trace.c80 #include <netiso/tp_stat.h>
H A Dtp_timer.c75 #include <netiso/tp_stat.h>
136 tpcb->tp_state, ticks, tp_stat.ts_Eticks);
H A Dtp_pcb.c90 #include <netiso/tp_stat.h>
260 struct tp_stat tp_stat; variable in typeref:struct:tp_stat
336 memset((void *) & tp_stat, 0, sizeof(struct tp_stat));
H A Dtp_iso.c100 #include <netiso/tp_stat.h>
550 tp_stat.ts_pkt_rcvd & 0x1 ? "QUENCH" : "QUENCH2");
551 if (tp_stat.ts_pkt_rcvd & 0x1)
H A Dtp_inet.c95 #include <netiso/tp_stat.h>
H A Dtp_output.c85 #include <netiso/tp_stat.h>
H A Dtp_subr2.c103 #include <netiso/tp_stat.h>
H A Dtp_usrreq.c85 #include <netiso/tp_stat.h>
H A Dtp_input.c105 #include <netiso/tp_stat.h>
505 tp_stat.ts_mb_len_distr[chain_length]++;
H A Dtp_emit.c95 #include <netiso/tp_stat.h>
H A Dtp_subr.c87 #include <netiso/tp_stat.h>
H A Dtp_driver.c30 #include <netiso/tp_stat.h>
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Diso.c94 #include <netiso/tp_stat.h>
107 static void tprintstat __P((struct tp_stat *, int));
551 struct tp_stat tp_stat; variable in typeref:struct:tp_stat
564 kget(off, tp_stat);
565 tprintstat(&tp_stat, 8);
573 #define o(f) offsetof(struct tp_stat, f)
647 struct tp_stat *s;

Completed in 141 milliseconds