Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/altcp_tls/
H A Daltcp_tls_mbedtls_structs.h73 int bio_bytes_appl; member
H A Daltcp_tls_mbedtls.c304 LWIP_ASSERT("state", state->bio_bytes_appl == 0); in altcp_mbedtls_lower_recv_process()
420 state->bio_bytes_appl += ret; in altcp_mbedtls_handle_rx_appldata()
426 LWIP_ASSERT("bogus byte counts", state->bio_bytes_read > state->bio_bytes_appl); in altcp_mbedtls_handle_rx_appldata()
427 overhead_bytes = state->bio_bytes_read - state->bio_bytes_appl; in altcp_mbedtls_handle_rx_appldata()
430 state->bio_bytes_appl = 0; in altcp_mbedtls_handle_rx_appldata()