Searched refs:_contiguousBuffer (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/net/
H A Dnet_buffer.h54 void** _contiguousBuffer);
58 void** _contiguousBuffer);
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp283 prepend_size(net_buffer *_buffer, size_t size, void **_contiguousBuffer) argument
300 if (_contiguousBuffer != NULL)
301 *_contiguousBuffer = buffer->data;
321 append_size(net_buffer *_buffer, size_t size, void **_contiguousBuffer) argument
332 if (_contiguousBuffer != NULL)
333 *_contiguousBuffer = newData + buffer->size;
587 to that space into \a _contiguousBuffer.
594 void **_contiguousBuffer)
601 *_contiguousBuffer = buffer->data + offset;
593 direct_access(net_buffer *_buffer, uint32 offset, size_t size, void **_contiguousBuffer) argument
H A Dnet_buffer.cpp1558 prepend_size(net_buffer* _buffer, size_t size, void** _contiguousBuffer) argument
1627 if (_contiguousBuffer)
1628 *_contiguousBuffer = NULL;
1635 if (_contiguousBuffer)
1636 *_contiguousBuffer = node->start;
1682 append_size(net_buffer* _buffer, size_t size, void** _contiguousBuffer) argument
1750 if (_contiguousBuffer)
1751 *_contiguousBuffer = NULL;
1763 if (_contiguousBuffer)
1764 *_contiguousBuffer
2183 direct_access(net_buffer* _buffer, uint32 offset, size_t size, void** _contiguousBuffer) argument
[all...]

Completed in 88 milliseconds