Home
last modified time | relevance | path

Searched refs:set_cloexec (Results 1 – 10 of 10) sorted by relevance

/external/dhcpcd/
Dsignals.c90 if (set_cloexec(signal_pipe[0]) == -1) in signal_init()
92 if (set_cloexec(signal_pipe[1]) == -1) in signal_init()
Dif-bsd.c107 set_cloexec(socket_afnet); in init_sockets()
110 set_cloexec(r_fd); in init_sockets()
286 set_cloexec(fd); in open_link_socket()
Dcommon.h70 int set_cloexec(int);
Dif-linux.c125 set_cloexec(fd); in _open_link_socket()
134 set_cloexec(socket_afnet); in init_sockets()
136 set_cloexec(sock_fd); in init_sockets()
Dcontrol.c141 set_cloexec(fd) == -1 || in start_control()
Dlpf.c111 if (set_cloexec(s) == -1) in open_socket()
Dcommon.c110 set_cloexec(int fd) in set_cloexec() function
Dbpf.c121 if (set_cloexec(fd) == -1) in open_socket()
Dnet.c649 set_cloexec(s); in open_udp_socket()
Ddhcpcd.c2051 if (set_cloexec(pidfd) == -1) in main()