Searched refs:second_byte (Results 1 – 1 of 1) sorted by relevance
269 uint8_t second_byte = 0; in httpd_ws_recv_frame() local270 if (httpd_recv_with_opt(req, (char *)&second_byte, sizeof(second_byte), false) <= 0) { in httpd_ws_recv_frame()277 bool masked = (second_byte & HTTPD_WS_MASK_BIT) != 0; in httpd_ws_recv_frame()280 uint8_t init_len = second_byte & HTTPD_WS_LENGTH_BITS; in httpd_ws_recv_frame()