Lines Matching defs:nwsi
41 * After the CONNACK and nwsi establishment, the first logical
42 * stream is migrated out of the nwsi to be child sid 1, and the
43 * nwsi no longer has a wsi->mqtt of its own.
45 * RX events on the nwsi must be converted to events seen or not
366 * If the nwsi is in the middle of a frame, we can only
434 struct lws *nwsi = lws_get_network_wsi(wsi);
437 _lws_validity_confirmed_role(nwsi);
442 nwsi->mqtt->send_pingreq = 1;
443 lws_callback_on_writable(nwsi);
452 struct lws *nwsi = lws_get_network_wsi(wsi);
476 * Account for children no longer using nwsi subscription
478 mysub = lws_mqtt_find_sub(nwsi->mqtt, (const char *)&s[1]);
479 // assert(mysub); /* if child subscribed, nwsi must feel the same */