Searched refs:WS_B1_MASK_BIT (Results 1 – 2 of 2) sorted by relevance
173 if (header[1] & WS_B1_MASK_BIT) { in coap_ws_log_header()249 ws_header[1] |= WS_B1_MASK_BIT; in coap_ws_write()648 !(session->ws->rd_header[1] & WS_B1_MASK_BIT)) { in coap_ws_read()661 if (session->ws->rd_header[1] & WS_B1_MASK_BIT) { in coap_ws_read()873 ws_header[1] |= WS_B1_MASK_BIT; in coap_ws_close()
88 #define WS_B1_MASK_BIT 0x80 macro