HomeSort by: relevance | last modified time | path
    Searched defs:SOCK_CLOFORK (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/sys/
t_socketpair.c 49 #ifndef SOCK_CLOFORK
50 #define SOCK_CLOFORK 0
91 if (flags & SOCK_CLOFORK) {
152 #if defined(SOCK_CLOFORK) && SOCK_CLOFORK != 0
153 run(SOCK_CLOFORK);
155 atf_tc_skip("SOCK_CLOFORK not defined");
  /src/sys/sys/
socket.h 116 #define SOCK_CLOFORK 0x80000000 /* set close on fork on socket */

Completed in 12 milliseconds