Searched refs:attnSendSeq (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxAttn.c187 if ((sp->attnSendSeq + 1) == UAL_VALUE_NTOH(f->pktNextRecvSeq)) {
188 sp->attnSendSeq++;
H A Dadsp_Open.c118 * --> attnSendSeq initial attention send sequence number
129 * <-- attnSendSeq
236 sp->attnSendSeq = pb->u.openParams.attnSendSeq;
241 sp->attnSendSeq = 0;
H A Dadsp_Packet.c628 n->u.openParams.attnSendSeq = UAL_VALUE_NTOH(op->pktAttnRecvSeq);
650 sp->attnSendSeq = UAL_VALUE_NTOH(op->pktAttnRecvSeq); /* on even boundry */
690 pb->u.openParams.attnSendSeq = sp->attnSendSeq;
H A Dadsp_internal.h184 int attnSendSeq; /* Seq # of next attn pkt to send to remote */ member in struct:ccb
H A Dadsp.h329 u_long attnSendSeq; /* attention send sequence number */ member in struct:TRopenParams
H A Dadsp_Control.c326 UAL_ASSIGN_HTON(sp->f.pktFirstByteSeq, sp->attnSendSeq);

Completed in 29 milliseconds