Searched refs:COAP_MAX_FS (Results 1 – 2 of 2) sorted by relevance
32 #define COAP_MAX_FS (2 + 8 + 4) macro52 uint8_t rd_header[COAP_MAX_FS]; /**< (Partial) frame */
162 char buf[3*COAP_MAX_FS + 1]; in coap_ws_log_header()206 uint8_t ws_header[COAP_MAX_FS]; in coap_ws_write()506 rem = ws->http_ofs > (sizeof(ws->http_hdr) - 1 - COAP_MAX_FS) ? in coap_ws_rd_http_header()507 sizeof(ws->http_hdr) - ws->http_ofs : COAP_MAX_FS; in coap_ws_rd_http_header()866 uint8_t ws_header[COAP_MAX_FS]; in coap_ws_close()