Searched refs:rc_not_sent_bitmap (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_read.c272 rcbp->rc_not_sent_bitmap = 0;
351 rcbp->rc_not_sent_bitmap = athp->bitmap;
415 rcbp->rc_not_sent_bitmap = athp->bitmap;
H A Datp.h365 unsigned char rc_not_sent_bitmap; /* replied bitmask */ member in struct:atp_rcb
H A Datp_write.c458 if (rcbp->rc_not_sent_bitmap == 0)
536 rcbp->rc_not_sent_bitmap &= ~atp_mask[i];
537 if (rcbp->rc_not_sent_bitmap == 0)
700 rcbp->rc_not_sent_bitmap = 0;

Completed in 13 milliseconds