Searched refs:tot_len (Results 1 – 3 of 3) sorted by relevance
25 …y deal with contiguous PBUFs to read the initial details", packet->pbuf->tot_len == packet->pbuf->… in coap_packet_get_memmapped()27 *length = packet->pbuf->tot_len; in coap_packet_get_memmapped()
54 LWIP_ASSERT("Can only deal with contiguous PBUFs", pbuf->tot_len == pbuf->len); in coap_pdu_from_pbuf()65 result->max_size = pbuf->tot_len; in coap_pdu_from_pbuf()66 result->length = pbuf->tot_len; in coap_pdu_from_pbuf()
6005 size_t cur_len, tot_len; in mbedtls_ssl_conf_alpn_protocols() local6012 tot_len = 0; in mbedtls_ssl_conf_alpn_protocols()6016 tot_len += cur_len; in mbedtls_ssl_conf_alpn_protocols()6018 if( cur_len == 0 || cur_len > 255 || tot_len > 65535 ) in mbedtls_ssl_conf_alpn_protocols()