Searched refs:tr_rcv (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_misc.c169 if (trp->tr_rcv[i]) {
170 gbuf_freem(trp->tr_rcv[i]);
171 trp->tr_rcv[i] = NULL;
H A Datp_read.c196 if (!(trp->tr_bitmap&atp_mask[seqno]) || trp->tr_rcv[seqno]) {
217 trp->tr_rcv[seqno] = m;
H A Datp.h315 gbuf_t *tr_rcv[8]; /* message being rcvd */ member in struct:atp_trans
H A Datp_write.c599 if ((m = trp->tr_rcv[i]) == NULL)
636 gbuf_freem(trp->tr_rcv[i]);
637 trp->tr_rcv[i] = NULL;
1314 if ((m = trp->tr_rcv[i]) == NULL)
1343 trp->tr_rcv[i] = NULL;

Completed in 24 milliseconds