Home
last modified time | relevance | path

Searched refs:SOCK_CLOFORK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c422 type |= SOCK_CLOFORK; in oclo_socket()
443 ltype |= SOCK_CLOFORK; in oclo_accept_common()
448 atype |= SOCK_CLOFORK; in oclo_accept_common()
548 type |= SOCK_CLOFORK; in oclo_rights_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocket.h127 #define SOCK_CLOFORK 0x400000 /* set FD_CLOFORK on the socket */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c1844 if ((val & SOCK_CLOFORK) != 0) { in prt_skt()
1909 (val & ~(SOCK_CLOEXEC|SOCK_NDELAY|SOCK_NONBLOCK|SOCK_CLOFORK))) { in prt_acf()
1918 if (val & SOCK_CLOFORK) { in prt_acf()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksyscalls.c91 SOCK_CLOFORK)
163 if ((type_w_flags & SOCK_CLOFORK) != 0) { in so_socket()
747 if (flags & SOCK_CLOFORK) { in accept()