Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_ws.c636 if (!session->ws->all_hdr_in) { in coap_ws_read()
685 session->ws->all_hdr_in = 1; in coap_ws_read()
727 session->ws->all_hdr_in = 0; in coap_ws_read()
754 session->ws->all_hdr_in = 0; in coap_ws_read()
775 session->ws->all_hdr_in = 0; in coap_ws_read()
/third_party/libcoap/include/coap3/
Dcoap_ws_internal.h50 int all_hdr_in; /**< Frame header available */ member