Home
last modified time | relevance | path

Searched refs:tp_seqhalf (Results 1 – 6 of 6) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_seq.h58 ? ((int)((seq)-(operand)) < (int)(tpcb)->tp_seqhalf)\
59 : !(-((int)(seq)-(operand)) < (int)(tpcb)->tp_seqhalf))
63 ? ((int)((seq)-(operand)) < (int)(tpcb)->tp_seqhalf)\
64 : !((-((int)(seq)-(operand))) < (int)(tpcb)->tp_seqhalf))
68 ? ((-(int)((seq)-(operand))) < (int)(tpcb)->tp_seqhalf)\
69 : !(((int)(seq)-(operand)) < (int)(tpcb)->tp_seqhalf))
73 ? ((-(int)((seq)-(operand))) < (int)(tpcb)->tp_seqhalf)\
74 : !(((int)(seq)-(operand)) < (int)(tpcb)->tp_seqhalf))
H A Dtp_pcb.h138 u_int tp_seqhalf; /* half the seq space */ member
H A Dtp_pcb.c691 tpcb->tp_seqhalf = tpcb->tp_seqbit >> 1;
H A Dtp_subr2.c276 tpcb->tp_seqhalf = tpcb->tp_seqbit >> 1;
H A Dtp_subr.c400 if (i >= tpcb->tp_seqhalf)
/original-bsd/sys/tests/netiso/
H A Dtpcb.c182 Entry(seqhalf, tp_seqhalf),