Home
last modified time | relevance | path

Searched refs:WEBSOCKET_FLAG_CLOSE (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/
Dwebsocket.h37 #define WEBSOCKET_FLAG_CLOSE 0x00000008 /**< Closing connection */ macro
/Zephyr-Core-3.5.0/subsys/net/lib/mqtt/
Dmqtt_transport_websocket.c154 if (message_type & WEBSOCKET_FLAG_CLOSE) { in mqtt_client_websocket_read()
/Zephyr-Core-3.5.0/subsys/net/lib/websocket/
Dwebsocket.c741 return WEBSOCKET_FLAG_CLOSE; in websocket_opcode2flag()