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

/haiku/src/system/kernel/fs/
H A Dsocket.cpp34 #define MAX_ANCILLARY_DATA_LENGTH 1024 macro
961 if (message.msg_controllen > MAX_ANCILLARY_DATA_LENGTH)
962 message.msg_controllen = MAX_ANCILLARY_DATA_LENGTH;
1065 || message.msg_controllen > MAX_ANCILLARY_DATA_LENGTH) {

Completed in 64 milliseconds