]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netat/adsp_CLDeny.c
xnu-792.21.3.tar.gz
[apple/xnu.git] / bsd / netat / adsp_CLDeny.c
index 1de474dc85a633ceec1e1da1e14d98decf780503..f7c045ef49157138dc9ef986a084aa2f2df0a410 100644 (file)
@@ -88,8 +88,8 @@ int adspCLDeny(struct adspcmd *pb, CCBPtr sp)
     adspp->descriptor = ADSP_CONTROL_BIT | ADSP_CTL_ODENY;
     adspop = (ADSP_OPEN_DATAPtr)gbuf_wptr(mp);
     gbuf_winc(mp,ADSP_OPEN_FRAME_LEN);
-    UAS_ASSIGN_HTON(adspop->dstCID, pb->u.openParams.remoteCID);
-    UAS_ASSIGN_HTON(adspop->version, 0x100);
+    UAS_ASSIGN(adspop->dstCID, pb->u.openParams.remoteCID);
+    UAS_ASSIGN(adspop->version, 0x100);
     adsp_sendddp(sp, mp, 
                 DDPL_FRAME_LEN + ADSP_FRAME_LEN + ADSP_OPEN_FRAME_LEN, 
                 &pb->u.openParams.remoteAddress, DDP_ADSP);