Home
last modified time | relevance | path

Searched refs:WS_B1_MASK_BIT (Results 1 – 2 of 2) sorted by relevance

/third_party/libcoap/src/
Dcoap_ws.c173 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()
/third_party/libcoap/include/coap3/
Dcoap_ws_internal.h88 #define WS_B1_MASK_BIT 0x80 macro