Searched refs:atp (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_open.c57 #include <netat/atp.h>
134 register struct atp_state *atp; local
172 * If no atp structure available return failure
175 if ((atp = atp_free_list) == NULL)
182 atp_free_list = atp->atp_trans_waiting;
188 atp->dflag = 0;
189 atp->atp_trans_wait.head = NULL;
190 atp->atp_trans_waiting = NULL;
191 atp->atp_gref = gref;
192 atp
226 register struct atp_state *atp; local
[all...]
H A Datp_misc.c54 #include <netat/atp.h>
72 struct atp_state *atp; local
75 if ((atp = trp->tr_queue) == 0)
77 if (atp->atp_flags & ATP_CLOSING)
80 for (ctrp = atp->atp_trans_wait.head; ctrp; ctrp = ctrp->tr_list.next) {
146 register struct atp_state *atp; local
161 atp = trp->tr_queue;
162 ATP_Q_REMOVE(atp->atp_trans_wait, trp, tr_list);
200 struct atp_state *atp; local
205 if ((atp
239 register struct atp_state *atp; local
[all...]
H A Dddp_sip.c81 #include <netat/atp.h>
107 register at_atp_t *atp; local
121 atp = (at_atp_t *)ddp->data;
123 switch(UAL_VALUE_NTOH(atp->user_bytes)) {
137 resp = atp->data;
158 resp = atp->data;
178 UAL_ASSIGN_HTON(atp->user_bytes, &ubytes);
179 atp->cmd = ATP_CMD_TRESP;
180 atp->eom = 1;
181 atp
[all...]
H A Datp_alloc.c54 #include <netat/atp.h>
64 struct atp_trans *atp_trans_alloc(atp)
65 struct atp_state *atp;
73 atp == NULL)) == 0)
87 trp->tr_queue = atp;
94 (u_int) atp, (u_int) trp));
118 struct atp_rcb *atp_rcb_alloc(atp)
119 struct atp_state *atp;
125 rcbp->rc_queue = atp;
142 register struct atp_state *atp; local
[all...]
H A Datp_write.c57 #include <netat/atp.h>
138 struct atp_state *atp; local
143 atp = (struct atp_state *)gref->info;
144 if (atp->dflag)
145 atp = (struct atp_state *)atp->atp_msgq;
149 if (atp->atp_msgq) {
154 atp->atp_msgq = m;
170 atp_iocnak(atp, m, EINVAL);
175 atp_iocnak(atp,
835 struct atp_state *atp; local
928 register struct atp_state *atp = trp->tr_queue; local
967 struct atp_state *atp; local
1114 register struct atp_state *atp; local
1235 register struct atp_state *atp; local
1386 register struct atp_state *atp; local
1620 struct atp_state *atp; local
1748 register struct atp_state *atp; local
1818 register struct atp_state *atp; local
1886 struct atp_state *atp; local
[all...]
H A Datp_read.c57 #include <netat/atp.h>
76 register struct atp_state *atp; local
79 atp = (struct atp_state *)gref->info;
80 if (atp->dflag)
81 atp = (struct atp_state *)atp->atp_msgq;
83 if (atp->dflag) {
107 register struct atp_state *atp; local
112 atp = (struct atp_state *)gref->info;
113 if (atp
473 struct atp_state *atp; local
506 struct atp_state *atp; local
[all...]
H A DMakefile28 appletalk.h atp.h asp.h aurp.h \
H A Dasp_proto.c56 #include <netat/atp.h>
644 struct atp_state *atp = (struct atp_state *)gref->info; local
645 if (atp->dflag)
646 atp = (struct atp_state *)atp->atp_msgq;
653 on atp fd *** */
661 cfgp->inet.socket = atp->atp_socket_no;
696 at_atp_t *atp; local
738 atp = ATP_ATP_HDR(gbuf_wptr(mdata));
739 atp
836 at_atp_t *atp; local
925 at_atp_t *atp; local
1856 at_atp_t *atp; local
[all...]
H A Dddp_r_zip.c70 #include <netat/atp.h>
592 register at_atp_t *atp; local
769 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
771 atp = (at_atp_t *)(gbuf_rptr(gbuf_cont(m)));
775 *((u_long*)user_bytes) = UAL_VALUE(atp->user_bytes);
1159 register at_atp_t *atp; local
1177 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
1179 atp = (at_atp_t *)(gbuf_rptr(gbuf_cont(m)));
1181 *((u_long*)user_bytes) = UAL_VALUE(atp->user_bytes);
1214 at_atp_t *atp; local
1578 at_atp_t *atp; local
1674 at_atp_t *atp; local
1800 at_atp_t *atp; local
[all...]
H A Dddp_lap.c85 #include <netat/atp.h>
1094 struct atp_state *atp, *atp_next; local
1134 for (atp = atp_used_list; atp; ) {
1135 atp_next = atp->atp_trans_waiting;
1138 dPrintf(D_M_ATP, D_L_TRACE, ("atp pid=%d\n", atp->atp_pid));
1139 atalk_notify(atp->atp_gref, ESHUTDOWN);
1141 atp = atp_next;
1145 atp
[all...]
H A Ddrv_dep.c66 #include <netat/atp.h>
H A Dddp.c73 #include <netat/atp.h>
517 * Called to queue a atp/ddp data packet on the network interface.
H A Dsys_glue.c69 #include <netat/atp.h>

Completed in 42 milliseconds