Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.1.2/src/apps/altcp_tls/
A Daltcp_tls_mbedtls_structs.h74 int bio_bytes_appl; member
A Daltcp_tls_mbedtls.c282 LWIP_ASSERT("state", state->bio_bytes_appl == 0); in altcp_mbedtls_lower_recv_process()
398 state->bio_bytes_appl += ret; in altcp_mbedtls_handle_rx_appldata()
404 LWIP_ASSERT("bogus byte counts", state->bio_bytes_read > state->bio_bytes_appl); in altcp_mbedtls_handle_rx_appldata()
405 overhead_bytes = state->bio_bytes_read - state->bio_bytes_appl; in altcp_mbedtls_handle_rx_appldata()
408 state->bio_bytes_appl = 0; in altcp_mbedtls_handle_rx_appldata()

Completed in 6 milliseconds