Home
last modified time | relevance | path

Searched refs:role_ops_mqtt (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/mqtt/
Dprivate-lib-roles-mqtt.h28 extern struct lws_role_ops role_ops_mqtt;
30 #define lwsi_role_mqtt(wsi) (wsi->role_ops == &role_ops_mqtt)
Dops-mqtt.c214 LRS_ESTABLISHED, &role_ops_mqtt);
271 &role_ops_mqtt); in rops_client_bind_mqtt()
608 struct lws_role_ops role_ops_mqtt = { variable
Dmqtt.c259 &role_ops_mqtt); in lws_mqtt_set_client_established()
/external/libwebsockets/lib/core-net/
Dvhost.c47 &role_ops_mqtt,