Home
last modified time | relevance | path

Searched refs:tp_stat (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_stat.h49 struct tp_stat { struct
164 } tp_stat ; argument
167 #define IncStat(x) tp_stat./**/x/**/++
H A Dtp_sizes.c107 SIZE(tp_stat); in main()
H A Dtp_iso.c498 tp_stat.ts_pkt_rcvd & 0x1?"QUENCH":"QUENCH2");
499 if(tp_stat.ts_pkt_rcvd & 0x1) {
H A Dtp_timer.c113 tpcb->tp_state, ticks, tp_stat.ts_Eticks);
H A Dtp_pcb.c364 bzero((caddr_t)&tp_stat, sizeof(struct tp_stat)); in tp_init()
H A Dtp_input.c469 tp_stat.ts_mb_len_distr[chain_length] ++;
H A Dtp.trans73 #include <netiso/tp_stat.h>
/original-bsd/usr.bin/netstat/
H A Diso.c83 static void tprintstat __P((struct tp_stat *, int));
506 struct tp_stat tp_stat; variable
517 kget(off, tp_stat);
518 tprintstat(&tp_stat, 8);
525 register struct tp_stat *s; in tprintstat()