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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxAttn.c144 if (UAS_VALUE(f->pktRecvWdw)) /* This field must be 0 in attn pkts */
H A Dadsp_Control.c328 UAS_ASSIGN(sp->f.pktRecvWdw, 0); /* Always zero in attn pkt */
332 UAS_ASSIGN_HTON(sp->f.pktRecvWdw, CalcRecvWdw(sp));
H A Dadsp_RxData.c244 sendWdwSeq = UAS_VALUE_NTOH(f->pktRecvWdw) - 1 + pktNextRecvSeq;
H A Dadsp_Packet.c627 n->u.openParams.sendWindow = UAS_VALUE_NTOH(f->pktRecvWdw);
649 sp->sendWdwSeq = UAL_VALUE_NTOH(f->pktNextRecvSeq) + UAS_VALUE_NTOH(f->pktRecvWdw) - 1;
H A Dadsp.h613 ua_short pktRecvWdw; member in struct:__anon238

Completed in 26 milliseconds