Home
last modified time | relevance | path

Searched refs:lsufx (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/netiso/
H A Dtp_usrreq.c493 u_int lsufx, fsufx;
494 lsufx = *(u_short *)(tpcb->tp_lsuffix);
499 &time, lsufx, fsufx, tpcb->tp_fref);
510 u_int lsufx, fsufx;
511 lsufx = *(u_short *)(tpcb->tp_lsuffix);
515 &time, lsufx, fsufx, tpcb->tp_fref);
H A Dtp_pcb.c396 u_int fsufx, lsufx; local
399 bcopy ((caddr_t)tpcb->tp_lsuffix, (caddr_t)&lsufx, sizeof(u_int) );
401 tpmeas(tpcb->tp_lref, TPtime_close, &time, fsufx, lsufx, tpcb->tp_fref);
440 u_int fsufx, lsufx; local
444 bcopy ((caddr_t)ttpcb->tp_lsuffix, (caddr_t)&lsufx, sizeof(u_int) );
447 &time, &lsufx, &fsufx, ttpcb->tp_fref);