Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/mqtt/
H A Dmqtt.c195 mqtt_ringbuf_get_ptr(struct mqtt_ringbuf_t *rb) in mqtt_ringbuf_get_ptr() function
255 err = altcp_write(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY | (wrap ? TCP_WRITE_FLAG_MORE : 0)); in mqtt_output_send()
260 err = altcp_write(tpcb, mqtt_ringbuf_get_ptr(rb), send_len, TCP_WRITE_FLAG_COPY); in mqtt_output_send()

Completed in 3 milliseconds