Home | History | Annotate | Download | only in sys

Lines Matching refs:ivptr

4656 			uchar *ivptr;
4657 ivptr = (uchar *)iwe->rx_seq;
4658 key.rxiv.hi = (ivptr[5] << 24) | (ivptr[4] << 16) |
4659 (ivptr[3] << 8) | ivptr[2];
4660 key.rxiv.lo = (ivptr[1] << 8) | ivptr[0];