Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_ws.c366 if (ws->seen_proto) { in coap_ws_rd_http_header_server()
374 ws->seen_proto = 1; in coap_ws_rd_http_header_server()
475 if (ws->seen_proto) { in coap_ws_rd_http_header_client()
483 ws->seen_proto = 1; in coap_ws_rd_http_header_client()
548 ws->seen_conn && ws->seen_key && ws->seen_proto && in coap_ws_rd_http_header()
555 ws->seen_key && ws->seen_proto)) { in coap_ws_rd_http_header()
/third_party/libcoap/include/coap3/
Dcoap_ws_internal.h45 uint8_t seen_proto; /**< Seen Protocol: HTTP header */ member