Searched refs:append_data (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp66 static status_t append_data(net_buffer *buffer, const void *data, size_t size);
143 if (append_data(duplicate, buffer->data, buffer->size) != B_OK) {
224 status_t error = append_data(buffer, with->data, with->size);
229 status_t error = append_data(with, buffer->data, buffer->size);
343 append_data(net_buffer *buffer, const void *data, size_t size) function
426 return append_data(buffer, source->data + offset, bytes);
698 append_data,
H A Dnet_buffer.cpp158 static status_t append_data(net_buffer* buffer, const void* data, size_t size);
1048 if (append_data(dest, node->start, node->used) < B_OK) {
1057 if (append_data(dest, node->start, node->used - diff) < B_OK) {
1195 if (append_data(duplicate, node->start, node->used) < B_OK) {
1780 append_data(net_buffer* buffer, const void* data, size_t size) function
2158 status_t status = append_data(buffer,
2373 append_data,

Completed in 70 milliseconds