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

/darwin-on-arm/xnu/bsd/netat/
H A Dddp_sip.c123 switch(UAL_VALUE_NTOH(atp->user_bytes)) {
178 UAL_ASSIGN_HTON(atp->user_bytes, &ubytes);
H A Dddp_r_zip.c594 u_char user_bytes[4]; local
775 *((u_long*)user_bytes) = UAL_VALUE(atp->user_bytes);
776 user_byte = user_bytes[0]; /* Get the zeroth byte */
1162 u_char user_bytes[4]; local
1181 *((u_long*)user_bytes) = UAL_VALUE(atp->user_bytes);
1182 user_byte = user_bytes[0]; /* Get the zeroth byte */
1268 UAL_ASSIGN_HTON(r_atp->user_bytes, ulongtmp); /* no of zones */
1630 UAL_ASSIGN_HTON(r_atp->user_bytes, ulongtm
[all...]
H A Datp.h104 ua_long user_bytes; member in struct:__anon345
H A Datp_write.c510 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
609 (((at_atp_t *)(gbuf_rptr(m)))->user_bytes));
722 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
776 UAL_UAL(athp->user_bytes, bdsp->bdsUserData);
1321 UAL_UAL(bdsp->bdsUserData, (((at_atp_t *)(gbuf_rptr(m)))->user_bytes));
H A Dasp_proto.c743 *(asp_word_t *)atp->user_bytes = *awp;
846 awp = (asp_word_t *)atp->user_bytes;
968 awp = (asp_word_t *)atp->user_bytes;
1018 awp = (asp_word_t *)atp->user_bytes;
2040 awp = (asp_word_t *)atp->user_bytes;
2133 *(long *)atp->user_bytes = (long)result;

Completed in 32 milliseconds