Searched refs:headerByte (Results 1 – 2 of 2) sorted by relevance
37 const uint8_t headerByte = packet[packetOffset]; in handleRequest() local80 bool is_control_frame = (headerByte & 0x08) != 0; in handleRequest()82 uint8_t opcode = headerByte & 0x0f; in handleRequest()89 err = handleMessage(headerByte, &packet[packetOffset], payloadLen); in handleRequest()117 uint8_t headerByte, const uint8_t *msg, size_t len) { in handleMessage() argument121 << (unsigned)headerByte in handleMessage()128 const uint8_t opcode = headerByte & 0x0f; in handleMessage()
54 uint8_t headerByte, const uint8_t *msg, size_t len) = 0;