Home | History | Annotate | Download | only in test

Lines Matching refs:second_byte

238     second_byte = ord(received[1])
239 mask = (second_byte >> 7) & 1
240 payload_length = second_byte & 0x7f