Home
last modified time | relevance | path

Searched refs:sent_close (Results 1 - 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_ws_internal.h47 uint8_t sent_close; /**< Close has been sent */ member
/third_party/libcoap/src/
H A Dcoap_ws.c224 if (session->ws->sent_close) in coap_ws_write()
736 if (!session->ws->sent_close) in coap_ws_read()
864 if (!session->ws->sent_close) { in coap_ws_close()
887 session->ws->sent_close = 1; in coap_ws_close()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h462 uint8_t sent_close:1; member
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c1835 if (ch->sent_close) { in lws_ssh_parse_plaintext()
2508 ch->sent_close = 1; in lws_callback_raw_sshd()

Completed in 6 milliseconds