Lines Matching full:connect
114 * MQTT connect flags, only used in CONNECT message
130 "CONNECT",
585 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_cyclic_timer: CONNECT attempt to server timed out\n")); in mqtt_cyclic_timer()
696 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_message_received: Connect response code %d\n", res)); in mqtt_message_received()
1038 * TCP connect callback function. @see tcp_connected_fn
1049 LWIP_DEBUGF(MQTT_DEBUG_WARN, ("mqtt_tcp_connect_cb: TCP connect error %d\n", err)); in mqtt_tcp_connect_cb()
1062 /* Enter MQTT connect state */ in mqtt_tcp_connect_cb()
1069 /* Start transmission from output queue, connect message is the first one out*/ in mqtt_tcp_connect_cb()
1273 * Connect to MQTT server
1312 /* Build connect message */ in mqtt_client_connect()
1351 /* Don't complicate things, always connect using clean session */ in mqtt_client_connect()
1387 /* Connect to server */ in mqtt_client_connect()
1403 /* Append connect flags */ in mqtt_client_connect()