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

/haiku/src/system/kernel/fs/
H A Dsocket.cpp952 // prepare a buffer for ancillary data
954 void* ancillary = NULL; local
964 message.msg_control = ancillary = malloc(message.msg_controllen);
968 ancillaryDeleter.SetTo(ancillary);
978 // copy the address, the ancillary data, and the message header back to
985 || (userAncillary != NULL && user_memcpy(userAncillary, ancillary,
1058 // copy ancillary data from userland

Completed in 21 milliseconds