Lines Matching full:connect
111 * MQTT connect flags, only used in CONNECT message
126 "CONNECT",
553 LWIP_DEBUGF(MQTT_DEBUG_TRACE,("mqtt_cyclic_timer: CONNECT attempt to server timed out\n")); in mqtt_cyclic_timer()
654 LWIP_DEBUGF(MQTT_DEBUG_TRACE,("mqtt_message_received: Connect response code %d\n", res)); in mqtt_message_received()
965 * TCP connect callback function. @see tcp_connected_fn
976 LWIP_DEBUGF(MQTT_DEBUG_WARN,("mqtt_tcp_connect_cb: TCP connect error %d\n", err)); in mqtt_tcp_connect_cb()
989 /* Enter MQTT connect state */ in mqtt_tcp_connect_cb()
996 /* Start transmission from output queue, connect message is the first one out*/ in mqtt_tcp_connect_cb()
1190 * Connect to MQTT server
1227 /* Build connect message */ in mqtt_client_connect()
1246 /* Don't complicate things, always connect using clean session */ in mqtt_client_connect()
1275 /* Connect to server */ in mqtt_client_connect()
1291 /* Append connect flags */ in mqtt_client_connect()