Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h41 #define LWS_MQTT_MAX_CIDLEN 128 macro
/third_party/libwebsockets/lib/secure-streams/protocols/
Dss-mqtt.c518 if (blen > LWS_MQTT_MAX_CIDLEN) { in secstream_connect_munge_mqtt()