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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c75 if ((atp = trp->tr_queue) == 0)
98 gref = trp->tr_queue->atp_gref;
109 if (trp->tr_queue->dflag)
117 atp_iocnak(trp->tr_queue, m, ETIMEDOUT);
161 atp = trp->tr_queue;
203 (u_int) trp->tr_queue, trp->tr_local_socket));
205 if ((atp = trp->tr_queue) != 0) {
H A Datp_alloc.c87 trp->tr_queue = atp;
107 trp->tr_queue = 0;
H A Datp_read.c485 trp->tr_queue)->atp_socket_no;
494 atp = trp->tr_queue;
532 atp = trp->tr_queue;
550 atalk_putnext(trp->tr_queue->atp_gref, m);
559 atalk_putnext(trp->tr_queue->atp_gref, m);
H A Datp.h313 struct atp_state *tr_queue; /* state data structure */ member in struct:atp_trans
H A Datp_write.c593 trp->tr_queue->atp_socket_no));
928 register struct atp_state *atp = trp->tr_queue;
1305 trp->tr_queue->atp_socket_no));

Completed in 34 milliseconds