Home | History | Annotate | Download | only in dhdutil

Lines Matching refs:xff

875 		ea->octet[0]&0xff, ea->octet[1]&0xff, ea->octet[2]&0xff,
876 ea->octet[3]&0xff, ea->octet[4]&0xff, ea->octet[5]&0xff);
1110 0x94, 0x63, 0x2D, 0xDA, 0xB1, 0x46, 0x08, 0xFF,
1143 (c) = ((c) >> 8) ^ crc##n##_table[((c) ^ (x)) & 0xff]
1156 crc = crc8_table[(crc ^ *pdata++) & 0xff];
1361 *(buf + j*CBUFSIZ + (k+l)) = (j+k) & 0xff;