Searched refs:mqtt_output_send (Results 1 - 1 of 1) sorted by relevance

/seL4-camkes-master/projects/lwip/src/apps/mqtt/
H A Dmqtt.c234 mqtt_output_send(struct mqtt_ringbuf_t *rb, struct altcp_pcb *tpcb) function
240 LWIP_ASSERT("mqtt_output_send: tpcb != NULL", tpcb != NULL);
246 LWIP_DEBUGF(MQTT_DEBUG_TRACE, ("mqtt_output_send: tcp_sndbuf: %d bytes, ringbuf_linear_available: %d, get %d, put %d\n",
268 LWIP_DEBUGF(MQTT_DEBUG_WARN, ("mqtt_output_send: Send failed with err %d (\"%s\")\n", err, lwip_strerr(err)));
641 mqtt_output_send(&client->output, client->conn);
998 mqtt_output_send(&client->output, client->conn);
1032 mqtt_output_send(&client->output, tpcb);
1070 mqtt_output_send(&client->output, client->conn);
1156 mqtt_output_send(&client->output, client->conn);
1224 mqtt_output_send(
[all...]

Completed in 33 milliseconds