Searched refs:packetLength (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/udf/
H A DSparablePartition.cpp13 uint16 packetLength, uint8 tableCount, uint32 *tableLocations)
18 fPacketLength(packetLength),
23 B_PRIu32 ",length = %" B_PRIu32 ", packetLength = %d\n", number, start,
24 length, packetLength));
12 SparablePartition(uint16 number, uint32 start, uint32 length, uint16 packetLength, uint8 tableCount, uint32 *tableLocations) argument
H A DSparablePartition.h34 SparablePartition(uint16 number, uint32 start, uint32 length, uint16 packetLength,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp646 size_t packetLength = length; local
647 OnWrite(buffer, &length, &packetLength);
649 status = gUSBModule->queue_bulk(fWritePipe, fWriteBuffer, packetLength,
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp1467 uint16 packetLength = header.PayloadLength() + sizeof(ip6_hdr);
1468 if (packetLength > buffer->size)
1512 status_t status = gBufferModule->trim(buffer, packetLength);
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp1738 uint16 packetLength = header.TotalLength();
1740 if (packetLength > buffer->size
1806 status_t status = gBufferModule->trim(buffer, packetLength);

Completed in 103 milliseconds