Home
last modified time | relevance | path

Searched refs:MSG_CMSG_CLOFORK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h434 #define MSG_CMSG_CLOFORK 0x2000 /* FD_CLOFORK w/ SCM_RIGHTS */ macro
/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c583 sflags |= MSG_CMSG_CLOFORK; in oclo_rights_common()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c867 MSG_DONTWAIT | MSG_XPG4_2 | MSG_CMSG_CLOEXEC | MSG_CMSG_CLOFORK); in recvit()
891 MSG_CMSG_CLOFORK); in recvit()
H A Dsocksubr.c774 if ((msg_flags & MSG_CMSG_CLOFORK) != 0) { in fdbuf_extract()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c3114 { MSG_CMSG_CLOFORK, "|MSG_CMSG_CLOFORK" },