Home
last modified time | relevance | path

Searched refs:fragment_offset (Results 1 - 4 of 4) sorted by relevance

/third_party/lwip/src/core/ipv6/
H A Dip6_frag.c755 u16_t fragment_offset = 0; in ip6_frag() local
856 frag_hdr->_fragment_offset = lwip_htons((u16_t)((fragment_offset & IP6_FRAG_OFFSET_MASK) | (last ? 0 : IP6_FRAG_MORE_FLAG))); in ip6_frag()
877 fragment_offset = (u16_t)(fragment_offset + cop); in ip6_frag()
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp765 fragment_offset = align_offset + tracking_acc + track_before; in adjustLineProps()
768 const auto m = SkM44::Translate(line_offset.x + fragment_offset, in adjustLineProps()
/third_party/mbedtls/library/
H A Dssl_tls12_server.c1109 * fragment_offset == 0 and fragment_length == length in ssl_parse_client_hello()
1111 size_t fragment_offset, fragment_length, length; in ssl_parse_client_hello() local
1112 fragment_offset = MBEDTLS_GET_UINT24_BE(ssl->in_msg, 6); in ssl_parse_client_hello()
1116 4, ("fragment_offset=%u fragment_length=%u length=%u", in ssl_parse_client_hello()
1117 (unsigned) fragment_offset, (unsigned) fragment_length, in ssl_parse_client_hello()
1119 if (fragment_offset != 0 || length != fragment_length) { in ssl_parse_client_hello()
H A Dssl_msg.c2841 * uint24 fragment_offset; in mbedtls_ssl_write_handshake_msg_ext()
3478 size_t sid_len, cookie_len, epoch, fragment_offset; in mbedtls_ssl_check_dtls_clihlo_cookie() local
3496 * 19-21 uint24 fragment_offset; copied, must be 0 in mbedtls_ssl_check_dtls_clihlo_cookie()
3516 fragment_offset = MBEDTLS_GET_UINT24_BE(in, 19); in mbedtls_ssl_check_dtls_clihlo_cookie()
3519 fragment_offset != 0) { in mbedtls_ssl_check_dtls_clihlo_cookie()
3521 MBEDTLS_SSL_DEBUG_MSG(4, (" type=%u epoch=%u fragment_offset=%u", in mbedtls_ssl_check_dtls_clihlo_cookie()
3523 (unsigned) fragment_offset)); in mbedtls_ssl_check_dtls_clihlo_cookie()
3566 * 19-21 uint24 fragment_offset; copied in mbedtls_ssl_check_dtls_clihlo_cookie()
4545 * then add standardised fragment_offset and fragment_length */ in ssl_buffer_message()

Completed in 15 milliseconds