Home
last modified time | relevance | path

Searched refs:rx_app (Results 1 – 2 of 2) sorted by relevance

/btstack/3rd-party/lwip/core/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_structs.h70 struct pbuf *rx_app; member
H A Daltcp_tls_mbedtls.c230 if ((state->rx != NULL) || (state->rx_app != NULL)) { in altcp_mbedtls_lower_recv()
320 buf = state->rx_app; in altcp_mbedtls_pass_rx_data()
322 state->rx_app = NULL; in altcp_mbedtls_pass_rx_data()
335 state->rx_app = buf; in altcp_mbedtls_pass_rx_data()
423 if (state->rx_app == NULL) { in altcp_mbedtls_handle_rx_appldata()
424 state->rx_app = buf; in altcp_mbedtls_handle_rx_appldata()
426 pbuf_cat(state->rx_app, buf); in altcp_mbedtls_handle_rx_appldata()