Symbol: total_length
headers/libs/agg/agg_trans_single_path.h
83
double total_length() const;
headers/os/drivers/USB_spec.h
104
uint16 total_length;
headers/os/drivers/usb/USB_audio.h
68
uint16 total_length;
headers/os/drivers/usb/USB_audio.h
75
uint16 total_length;
headers/os/drivers/usb/USB_midi.h
35
uint16 total_length;
headers/os/drivers/usb/USB_video.h
314
uint16 total_length;
headers/os/drivers/usb/USB_video.h
410
uint16 total_length;
headers/os/drivers/usb/USB_video.h
469
uint16 total_length;
headers/private/hyperv/hyperv_spec.h
100
uint16 total_length;
headers/private/kernel/boot/net/NetDefs.h
149
uint16 total_length; // total IP packet length
src/add-ons/kernel/bus_managers/hyperv/VMBusDevice.cpp
163
header.total_length = static_cast<uint16>(totalLengthAligned >> VMBUS_PKT_SIZE_SHIFT);
src/add-ons/kernel/bus_managers/hyperv/VMBusDevice.cpp
195
gpa.header.total_length = static_cast<uint16>(totalLengthAligned >> VMBUS_PKT_SIZE_SHIFT);
src/add-ons/kernel/bus_managers/hyperv/VMBusDevice.cpp
239
uint32 totalLength = header->total_length << VMBUS_PKT_SIZE_SHIFT;
src/add-ons/kernel/bus_managers/usb/Device.cpp
108
uint8* configData = (uint8*)malloc(configDescriptor.total_length);
src/add-ons/kernel/bus_managers/usb/Device.cpp
115
(void*)configData, configDescriptor.total_length, &actualLength);
src/add-ons/kernel/bus_managers/usb/Device.cpp
117
if (status < B_OK || actualLength != configDescriptor.total_length) {
src/add-ons/kernel/bus_managers/usb/Device.cpp
120
B_PRIu16 "\n", i, actualLength, configDescriptor.total_length);
src/add-ons/kernel/bus_managers/usb/Device.cpp
98
TRACE("\ttotal_length:........%d\n", configDescriptor.total_length);
src/add-ons/kernel/drivers/bus/usb/usb_raw.cpp
348
(size_t)configurationInfo->descr->total_length);
src/add-ons/kernel/file_systems/udf/Icb.cpp
56
offset += entry->total_length();
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1663
uint32 descriptor_size() const { return total_length(); }
src/add-ons/kernel/file_systems/udf/UdfStructures.h
1721
uint16 total_length() const { return structure_length() + padding_length(); }
src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp
1541
header->total_length = htons(buffer->size);
src/add-ons/kernel/network/protocols/ipv4/ipv4.cpp
643
header->total_length = htons(fragmentLength + headerLength);
src/add-ons/kernel/network/protocols/ipv4/ipv4.h
32
uint16 total_length;
src/add-ons/kernel/network/protocols/ipv4/ipv4.h
42
uint16 TotalLength() const { return ntohs(total_length); }
src/bin/listusb/usb_audio.cpp
106
descriptor->r1.total_length);
src/bin/listusb/usb_audio.cpp
115
printf(" Total Length ...........%d\n", descriptor->r2.total_length);
src/bin/listusb/usb_audio.cpp
880
descriptor->total_length);
src/bin/listusb/usb_video.cpp
24
descriptor->total_length);
src/system/boot/loader/net/IP.cpp
116
ntohs(header->total_length) - headerLength);
src/system/boot/loader/net/IP.cpp
141
header.total_length = htons(headerBuffer.TotalSize());
src/system/boot/loader/net/IP.cpp
98
|| ntohs(header->total_length) > size