Home
last modified time | relevance | path

Searched refs:tp_fref (Results 1 – 7 of 7) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_input.c695 if (sref != t->tp_fref)
836 tpcb->tp_fref = sref;
909 sref = tpcb->tp_fref;
1186 if (sref != tpcb->tp_fref)
1188 sref, tpcb->tp_fref);
1190 CHECK( (sref != tpcb->tp_fref),
1202 if (sref != tpcb->tp_fref) {
1204 sref, tpcb->tp_fref);
1207 CHECK( (sref != 0 && sref != tpcb->tp_fref &&
H A Dtp_pcb.h134 RefNum tp_fref; /* foreign reference */ member
H A Dtp_usrreq.c499 &time, lsufx, fsufx, tpcb->tp_fref);
515 &time, lsufx, fsufx, tpcb->tp_fref);
H A Dtp_pcb.c401 tpmeas(tpcb->tp_lref, TPtime_close, &time, fsufx, lsufx, tpcb->tp_fref);
447 &time, &lsufx, &fsufx, ttpcb->tp_fref);
H A Dtp_emit.c202 hdr->tpdu_dref = htons(tpcb->tp_fref);
H A Dtp.trans553 $P.tp_fref = $$.e_sref;
/original-bsd/sys/tests/netiso/
H A Dtpcb.c179 Entry(fref, tp_fref),