Lines Matching refs:rxad
1715 xad_t *xad, *lxad, *rxad; in xtUpdate() local
1871 rxad = &p->xad[index + 1]; in xtUpdate()
1872 rxlen = lengthXAD(rxad); in xtUpdate()
1873 if (!(rxad->flag & XAD_NOTRECORDED) && in xtUpdate()
1874 (nxoff + nxlen == offsetXAD(rxad)) && in xtUpdate()
1875 (nxaddr + nxlen == addressXAD(rxad)) && in xtUpdate()
1878 XADoffset(rxad, nxoff); in xtUpdate()
1879 XADlength(rxad, rxlen + nxlen); in xtUpdate()
1880 XADaddress(rxad, nxaddr); in xtUpdate()
1887 if (!(rxad->flag & XAD_NEW)) in xtUpdate()
1888 rxad->flag |= XAD_EXTENDED; in xtUpdate()