Searched refs:athp (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_read.c106 register at_atp_t *athp; local
130 athp = AT_ATP_HDR(m);
133 (athp->cmd == ATP_CMD_TRESP)? "TRESP":
134 (athp->cmd == ATP_CMD_TREL)? "TREL":
135 (athp->cmd == ATP_CMD_TREQ)? "TREQ": "unknown",
136 athp->cmd));
139 switch (athp->cmd) {
152 if (trp->tr_tid == UAS_VALUE_NTOH(athp->tid))
159 seqno = athp->bitmap;
165 UAS_VALUE_NTOH(athp
[all...]
H A Datp_write.c199 at_atp_t *athp; local
228 athp = AT_ATP_HDR(m2);
238 if (rcbp->rc_tid == UAS_VALUE_NTOH(athp->tid) &&
249 (rcbp == NULL && athp->xo)) {
264 rcbp->rc_tid = UAS_VALUE_NTOH(athp->tid);
405 register at_atp_t *athp; local
427 athp = AT_ATP_HDR(m);
428 ATP_CLEAR_CONTROL(athp);
429 athp->cmd = ATP_CMD_TREL;
430 UAS_ASSIGN_HTON(athp
442 register at_atp_t *athp; local
664 at_atp_t *athp; local
1117 register at_atp_t *athp; local
1237 register at_atp_t *athp; local
1389 register at_atp_t *athp; local
1888 at_atp_t *athp; local
[all...]

Completed in 20 milliseconds