OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SOCK_CLOFORK
(Results
1 - 5
of
5
) 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/tests/kernel/
t_clofork.c
87
* Accept a socket on the server side with
SOCK_CLOFORK
.
90
SOCK_CLOFORK
));
209
* Accept a socket on the server side with
SOCK_CLOFORK
.
212
/*sigmask*/NULL,
SOCK_CLOFORK
));
221
RL(fd = socket(PF_LOCAL, SOCK_STREAM|
SOCK_CLOFORK
, 0));
231
RL(socketpair(PF_LOCAL, SOCK_STREAM|
SOCK_CLOFORK
, 0, fd));
241
RL(socketpair(PF_LOCAL, SOCK_STREAM|
SOCK_CLOFORK
, 0, fd));
381
"accept4(
SOCK_CLOFORK
) is closed in child on posix_spawn");
398
"paccept(...,
SOCK_CLOFORK
) is closed in child on posix_spawn")
400
"socket(
SOCK_CLOFORK
) is closed in child on posix_spawn"
[
all
...]
/src/sys/sys/
socket.h
116
#define
SOCK_CLOFORK
0x80000000 /* set close on fork on socket */
/src/sys/kern/
uipc_syscalls.c
261
fd_set_foclose(l, fd, (flags &
SOCK_CLOFORK
) != 0);
1283
soflags |=
SOCK_CLOFORK
;
uipc_socket.c
606
fd_set_foclose(l, fd, (flags &
SOCK_CLOFORK
) != 0);
Completed in 34 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025