Searched refs:append_data (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/network/stack/ |
H A D | simple_net_buffer.cpp | 66 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) { in duplicate_buffer() 224 status_t error = append_data(buffer, with->data, with->size); in merge_buffer() 229 status_t error = append_data(with, buffer->data, buffer->size); in merge_buffer() 343 append_data(net_buffer *buffer, const void *data, size_t size) in append_data() function 426 return append_data(buffer, source->data + offset, bytes); in append_cloned_data() 698 append_data,
|
H A D | net_buffer.cpp | 158 static status_t append_data(net_buffer* buffer, const void* data, size_t size); 1049 if (append_data(dest, node->start, node->used) < B_OK) { in append_data_from_buffer() 1058 if (append_data(dest, node->start, node->used - diff) < B_OK) { in append_data_from_buffer() 1198 if (append_data(duplicate, node->start, node->used) < B_OK) { in duplicate_buffer() 1783 append_data(net_buffer* buffer, const void* data, size_t size) in append_data() function 2161 status_t status = append_data(buffer, in append_restored_header() 2376 append_data,
|