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

/haiku/headers/posix/sys/
H A Dsocket.h148 #define CMSG_ALIGN(len) _ALIGN(len) macro
/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp304 int count = (header->cmsg_len - CMSG_ALIGN(sizeof(cmsghdr))) / sizeof(int);

Completed in 35 milliseconds