Searched refs:attnRecvSeq (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxAttn.c151 diff = UAL_VALUE_NTOH(f->pktFirstByteSeq) - sp->attnRecvSeq;
171 ++sp->attnRecvSeq;
H A Dadsp_Open.c119 * --> attnRecvSeq initial receive sequence number
246 sp->attnRecvSeq = pb->u.openParams.attnRecvSeq;
255 sp->attnRecvSeq = 0;
H A Dadsp_Control.c190 UAL_ASSIGN_HTON(sp->of.pktAttnRecvSeq, sp->attnRecvSeq);
327 UAL_ASSIGN_HTON(sp->f.pktNextRecvSeq, sp->attnRecvSeq);
H A Dadsp_internal.h185 int attnRecvSeq; /* Seq # of next packet local end expects */ member in struct:ccb
H A Dadsp.h330 u_long attnRecvSeq; /* attention receive sequence number */ member in struct:TRopenParams

Completed in 28 milliseconds