Searched refs:ancillary_data_header (Results 1 - 7 of 7) sorted by relevance

/haiku/src/add-ons/kernel/network/stack/
H A Dancillary_data.h17 const ancillary_data_header* header, const void* data,
18 void (*destructor)(const ancillary_data_header*, void*),
26 void* previousData, ancillary_data_header* _header);
H A Dancillary_data.cpp30 ancillary_data_header header;
31 void (*destructor)(const ancillary_data_header*, void*);
75 const ancillary_data_header* header, const void* data,
76 void (*destructor)(const ancillary_data_header*, void*),
185 ancillary_data_header* _header)
74 add_ancillary_data(ancillary_data_container* container, const ancillary_data_header* header, const void* data, void (*destructor)(const ancillary_data_header*, void*), void** _allocatedData) argument
H A Dsimple_net_buffer.cpp54 ancillary_data_header header;
55 void (*destructor)(const ancillary_data_header*, void*);
443 attach_ancillary_data(net_buffer *_buffer, const ancillary_data_header *header, argument
444 const void *data, void (*destructor)(const ancillary_data_header*, void*),
561 ancillary_data_header *_header)
H A Dnet_socket.cpp244 ancillary_data_header header;
/haiku/headers/private/net/
H A Dnet_stack.h69 typedef struct ancillary_data_header { struct
73 } ancillary_data_header; typedef in typeref:struct:ancillary_data_header
176 const ancillary_data_header* header, const void* data,
177 void (*destructor)(const ancillary_data_header*, void*),
184 void* previousData, ancillary_data_header* _header);
H A Dnet_protocol.h14 struct ancillary_data_header;
104 const ancillary_data_header* header, const void* data,
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp46 destroy_scm_rights_descriptors(const ancillary_data_header* header,
328 ancillary_data_header header;
356 const ancillary_data_header *header, const void *data, void *buffer,

Completed in 177 milliseconds