Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dwebsocket.h48 WEBSOCKET_OPCODE_CLOSE = 0x08, /**< Closing connection */ enumerator
/Zephyr-latest/subsys/net/lib/websocket/
Dwebsocket.c69 case WEBSOCKET_OPCODE_CLOSE: in opcode2str()
423 ret = websocket_send_msg(ctx->sock, NULL, 0, WEBSOCKET_OPCODE_CLOSE, in websocket_interal_disconnect()
664 opcode != WEBSOCKET_OPCODE_CLOSE && in websocket_send_msg()
771 case WEBSOCKET_OPCODE_CLOSE: in websocket_opcode2flag()