Searched refs:total_length (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h32 uint16 total_length; member in struct:ipv4_header
42 uint16 TotalLength() const { return ntohs(total_length); }
H A Dipv4.cpp484 dprintf(" total_length: %d\n", header.TotalLength());
642 header->total_length = htons(fragmentLength + headerLength);
1521 header->total_length = htons(buffer->size);
/haiku/headers/libs/agg/
H A Dagg_trans_single_path.h83 double total_length() const;
/haiku/headers/os/drivers/usb/
H A DUSB_midi.h35 uint16 total_length; member in struct:usb_midi_interface_header_descriptor
H A DUSB_video.h314 uint16 total_length; member in struct:__anon23
423 uint16 total_length; member in struct:__anon31
482 uint16 total_length; member in struct:__anon33
H A DUSB_audio.h67 uint16 total_length; member in struct:__anon57::__anon58::__anon59
74 uint16 total_length; member in struct:__anon57::__anon58::__anon60
/haiku/src/system/boot/loader/net/
H A DIP.cpp98 || ntohs(header->total_length) > size
116 ntohs(header->total_length) - headerLength);
141 header.total_length = htons(headerBuffer.TotalSize());
/haiku/headers/os/drivers/
H A DUSB_spec.h104 uint16 total_length; member in struct:usb_configuration_descriptor
/haiku/src/libs/agg/src/
H A Dagg_trans_single_path.cpp106 double trans_single_path::total_length() const function in class:agg::trans_single_path
/haiku/headers/private/kernel/boot/net/
H A DNetDefs.h149 uint16 total_length; // total IP packet length member in struct:ip_header
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DDevice.cpp98 TRACE("\ttotal_length:........%d\n", configDescriptor.total_length);
108 uint8* configData = (uint8*)malloc(configDescriptor.total_length);
115 (void*)configData, configDescriptor.total_length, &actualLength);
117 if (status < B_OK || actualLength != configDescriptor.total_length) {
120 B_PRIu16 "\n", i, actualLength, configDescriptor.total_length);
/haiku/src/bin/listusb/
H A Dusb_audio.cpp29 descriptor->r1.total_length);
736 descriptor->total_length);
H A Dusb_video.cpp24 descriptor->total_length);
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp56 offset += entry->total_length();
H A DUdfStructures.h1663 uint32 descriptor_size() const { return total_length(); }
1721 uint16 total_length() const { return structure_length() + padding_length(); } function in struct:file_id_descriptor
/haiku/src/add-ons/kernel/drivers/bus/usb/
H A Dusb_raw.cpp348 (size_t)configurationInfo->descr->total_length);

Completed in 229 milliseconds