Searched refs:rx_app (Results 1 – 2 of 2) sorted by relevance
70 struct pbuf *rx_app; member
218 if ((state->rx != NULL) || (state->rx_app != NULL)) { in altcp_mbedtls_lower_recv()308 buf = state->rx_app; in altcp_mbedtls_pass_rx_data()310 state->rx_app = NULL; in altcp_mbedtls_pass_rx_data()323 state->rx_app = buf; in altcp_mbedtls_pass_rx_data()411 if (state->rx_app == NULL) { in altcp_mbedtls_handle_rx_appldata()412 state->rx_app = buf; in altcp_mbedtls_handle_rx_appldata()414 pbuf_cat(state->rx_app, buf); in altcp_mbedtls_handle_rx_appldata()
Completed in 4 milliseconds