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

/haiku/src/add-ons/kernel/network/protocols/unix/
H A Dunix.cpp299 // we support only SCM_RIGHTS
300 if (header->cmsg_level != SOL_SOCKET || header->cmsg_type != SCM_RIGHTS)
330 header.type = SCM_RIGHTS;
363 // we support only SCM_RIGHTS
364 if (header->level != SOL_SOCKET || header->type != SCM_RIGHTS)
/haiku/headers/posix/sys/
H A Dsocket.h151 #define SCM_RIGHTS 0x01 macro
/haiku/src/tests/system/network/
H A Dunix_dgram_test.cpp574 cmsg->cmsg_type = SCM_RIGHTS;
607 if (cmsg->cmsg_type != SCM_RIGHTS) {

Completed in 34 milliseconds