Home
last modified time | relevance | path

Searched defs:total_length (Results 1 – 25 of 56) sorted by relevance

123

/external/bcc/examples/networking/http_filter/
Dhttp-parse-simple.py112 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable
113 total_length = total_length << 8 #shift MSB variable
114 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
Dhttp-parse-complete.py178 total_length = packet_bytearray[ETH_HLEN + 2] # load MSB variable
179 total_length = total_length << 8 # shift MSB variable
180 total_length = total_length + packet_bytearray[ETH_HLEN + 3] # add LSB variable
/external/cronet/net/third_party/quiche/src/quiche/quic/core/http/
Dhttp_encoder.cc92 QuicByteCount total_length = in SerializeSettingsFrame() local
118 QuicByteCount total_length = in SerializeGoAwayFrame() local
139 QuicByteCount total_length = GetTotalLength( in SerializePriorityUpdateFrame() local
170 QuicByteCount total_length = in SerializeAcceptChFrame() local
216 QuicByteCount total_length = QuicDataWriter::GetVarInt62Len(frame_type) + in SerializeGreasingFrame() local
/external/bcc/examples/networking/vlan_filter/
Ddata-plane-tracing.py124 total_length = packet_bytearray[ETH_HLEN + 2] #load MSB variable
125 total_length = total_length << 8 #shift MSB variable
126 total_length = total_length + packet_bytearray[ETH_HLEN+3] #add LSB variable
/external/cronet/net/third_party/quiche/src/quiche/http2/decoder/payload_decoders/
Dcontinuation_payload_decoder.cc20 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Dwindow_update_payload_decoder.cc19 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Dping_payload_decoder.cc19 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Ddata_payload_decoder.cc40 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Dheaders_payload_decoder.cc44 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Dpush_promise_payload_decoder.cc41 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
Dsettings_payload_decoder.cc18 const uint32_t total_length = frame_header.payload_length; in StartDecodingPayload() local
/external/ppp/pppd/plugins/radius/
Dsendserver.c36 int total_length = 0; in rc_pack_list() local
205 int total_length; in rc_send_server() local
/external/cronet/net/http/
Dpartial_data.cc196 int64_t total_length = headers->GetContentLength(); in UpdateFromStoredHeaders() local
300 int64_t start, end, total_length; in ResponseHeadersOK() local
/external/webrtc/modules/video_coding/
Dframe_helpers.cc61 size_t total_length = 0; in CombineAndDeleteFrames() local
/external/libjpeg-turbo/
Djdicc.c81 unsigned int total_length; in jpeg_read_icc_profile() local
/external/marisa-trie/include/marisa/
Dkeyset.h43 std::size_t total_length() const { in total_length() function
/external/perfetto/protos/perfetto/trace/android/
Dnetwork_trace.proto84 optional uint64 total_length = 7; field
/external/marisa-trie/tests/
Dbase-test.cc115 std::size_t total_length = 0; in TestKeyset() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_core_dumper.cc72 size_t total_length = procfs_path_len + 1 + node_len; in BuildProcPath() local
Dlinux_ptrace_dumper.cc121 const size_t total_length = 6 + pid_len + 1 + node_len; in BuildProcPath() local
/external/libpcap/
Dsf-pcapng.c56 bpf_u_int32 total_length; member
63 bpf_u_int32 total_length; member
775 bpf_u_int32 total_length; in pcap_ng_check_header() local
/external/libaom/av1/encoder/
Dbitstream.h41 size_t total_length; member
/external/wpa_supplicant_8/src/wps/
Dndef.c29 u32 total_length; member
/external/brotli/c/enc/
Dblock_splitter.c42 size_t total_length = 0; in CountLiterals() local
/external/zucchini/
Dpatch_reader.cc290 base::CheckedNumeric<uint32_t> total_length = 0; in ValidateEquivalencesAndExtraData() local

123