Searched refs:UAS_VALUE (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_RxAttn.c144 if (UAS_VALUE(f->pktRecvWdw)) /* This field must be 0 in attn pkts */
H A Datp_write.c89 (UAS_VALUE(((struct atpBDS *)(AT_ATP_HDR(m)->data))->bdsDataSz)): 0)
493 if ((len = UAS_VALUE(bdsp->bdsBuffSz))) {
511 if ((len = UAS_VALUE(bdsp->bdsBuffSz)) && m0 != 0 && space > 0) {
596 unsigned short bufsize = UAS_VALUE(bdsp->bdsBuffSz);
778 if ((len = UAS_VALUE(bdsp->bdsBuffSz)) != 0 && m0 != 0 && space > 0) {
1675 if (UAS_VALUE(bdsp[count].bdsBuffSz) > ATP_DATA_SIZE) {
1681 size += UAS_VALUE(bdsp[count].bdsBuffSz);
1701 (len = UAS_VALUE(bdsp->bdsBuffSz)) != 0) {
H A Dappletalk.h76 #define UAS_VALUE(x) (*(unsigned short *) &(x[0])) macro
H A Datp.h191 #define R16(x) UAS_VALUE(x)
H A Dddp.c484 if (UAS_VALUE(ddp->checksum)) {
497 if (UAS_VALUE(tmp_ddp->checksum)) {
992 if (UAS_VALUE(ddp->checksum) &&
H A Dadsp_Packet.c562 if (UAS_VALUE(op->version) != netw(0x0100)) { /* Check version num (on even-byte) */
H A Dddp_aarp.c978 tmp_net = UAS_VALUE(amtp->dest_at_addr.atalk_net);

Completed in 28 milliseconds