Home
last modified time | relevance | path

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

/third_party/libcoap/include/coap3/
Dcoap_ws_internal.h89 #define WS_B1_LEN_MASK 0x7f macro
/third_party/libcoap/src/
Dcoap_ws.c167 bytes_size = header[1] & WS_B1_LEN_MASK; in coap_ws_log_header()
229 ws_header[1] = datalen & WS_B1_LEN_MASK; in coap_ws_write()
655 bytes_size = session->ws->rd_header[1] & WS_B1_LEN_MASK; in coap_ws_read()