Searched refs:SOCK_CLOFORK (Results 1 – 4 of 4) sorted by relevance
422 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()
127 #define SOCK_CLOFORK 0x400000 /* set FD_CLOFORK on the socket */ macro
1844 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()
91 SOCK_CLOFORK)163 if ((type_w_flags & SOCK_CLOFORK) != 0) { in so_socket()747 if (flags & SOCK_CLOFORK) { in accept()