Searched refs:WEBSOCKET_FLAG_CLOSE (Results 1 – 3 of 3) sorted by relevance
39 #define WEBSOCKET_FLAG_CLOSE 0x00000008 /**< Closing connection */ macro
154 if (message_type & WEBSOCKET_FLAG_CLOSE) { in mqtt_client_websocket_read()
772 return WEBSOCKET_FLAG_CLOSE; in websocket_opcode2flag()