Searched refs:at_atp_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_sip.c107 register at_atp_t *atp;
121 atp = (at_atp_t *)ddp->data;
H A Dddp_r_zip.c592 register at_atp_t *atp;
769 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
771 atp = (at_atp_t *)(gbuf_rptr(gbuf_cont(m)));
1159 register at_atp_t *atp;
1177 atp = (at_atp_t *)(gbuf_rptr(m)+DDP_X_HDR_SIZE);
1179 atp = (at_atp_t *)(gbuf_rptr(gbuf_cont(m)));
1214 at_atp_t *atp;
1217 register at_atp_t *r_atp;
1238 r_atp = (at_atp_t *)r_ddp->data;
1243 atp = (at_atp_t *)(gbuf_rpt
[all...]
H A Datp.h106 } at_atp_t; typedef in typeref:struct:__anon269
108 #define ATP_ATP_HDR(c) ((at_atp_t *)(&((at_ddp_t *)(c))->data[0]))
211 #define AT_ATP_HDR(m) ((at_atp_t *)(&((at_ddp_t *)(gbuf_rptr(m)))->data[0]))
H A Datp_write.c199 at_atp_t *athp;
405 register at_atp_t *athp;
442 register at_atp_t *athp;
609 (((at_atp_t *)(gbuf_rptr(m)))->user_bytes));
664 at_atp_t *athp;
1117 register at_atp_t *athp;
1237 register at_atp_t *athp;
1321 UAL_UAL(bdsp->bdsUserData, (((at_atp_t *)(gbuf_rptr(m)))->user_bytes));
1389 register at_atp_t *athp;
1888 at_atp_t *ath
[all...]
H A Dasp_proto.c696 at_atp_t *atp;
836 at_atp_t *atp;
842 atp = (at_atp_t *)(gbuf_rptr(mdata) + DDP_X_HDR_SIZE);
925 at_atp_t *atp;
963 atp = (at_atp_t *)gbuf_rptr(mdata);
1016 atp = (at_atp_t *)gbuf_wptr(mdata);
1856 at_atp_t *atp;
2100 atp = (at_atp_t *)gbuf_wptr(mioc);
H A Datp_read.c106 register at_atp_t *athp;

Completed in 22 milliseconds