Home
last modified time | relevance | path

Searched refs:send_fd (Results 1 – 15 of 15) sorted by relevance

/openbsd-src/libexec/login_skey/
H A Dlogin_skey.c48 void send_fd(int);
172 send_fd(fileno(back)); in main()
274 send_fd(int sock) in send_fd() function
/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp91 auto send_fd = CreateSocket( in Connect() local
95 socket.reset(new UDPSocket(send_fd)); in Connect()
/openbsd-src/libexec/ftpd/
H A Dmonitor.h39 void send_fd(int, int);
H A Dmonitor_fdpass.c32 send_fd(int sock, int fd) in send_fd() function
H A Dmonitor.c341 send_fd(fd_slave, s); in handle_cmds()
512 send_fd(fd_monitor, s); in monitor_bind()
/openbsd-src/sbin/pflogd/
H A Dpflogd.h45 void send_fd(int, int);
H A Dprivsep.c170 send_fd(socks[0], fd); in priv_init()
204 send_fd(socks[0], bpfd); in priv_init()
H A Dprivsep_fdpass.c50 send_fd(int sock, int fd) in send_fd() function
/openbsd-src/usr.sbin/syslogd/
H A Dsyslogd.h49 void send_fd(int, int);
H A Dprivsep.c265 send_fd(sock, fd); in priv_exec()
291 send_fd(sock, fd); in priv_exec()
301 send_fd(sock, fd); in priv_exec()
312 send_fd(sock, fd); in priv_exec()
H A Dprivsep_fdpass.c45 send_fd(int sock, int fd) in send_fd() function
/openbsd-src/sbin/iked/
H A Docsp.c195 int error, send_fd = -1; in ocsp_connect_cb() local
212 send_fd = fd; in ocsp_connect_cb()
215 ocsp_connect_finish(oc->oc_sock.sock_env, send_fd, oc); in ocsp_connect_cb()
218 if (send_fd == -1) in ocsp_connect_cb()
/openbsd-src/usr.sbin/tcpdump/
H A Dprivsep.h84 void send_fd(int, int);
H A Dprivsep.c389 send_fd(fd, *bpfd); in impl_open_bpf()
411 send_fd(fd, file); in impl_open_dump()
429 send_fd(fd, file); in impl_open_pfosfp()
444 send_fd(fd, file); in impl_open_output()
H A Dprivsep_fdpass.c33 send_fd(int sock, int fd) in send_fd() function