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

/openbsd-current/libexec/ftpd/
H A Dmonitor.h39 void send_fd(int, int);
H A Dmonitor_fdpass.c32 send_fd(int sock, int fd) function
63 syslog(LOG_WARNING, "send_fd: sendmsg(%d): %m", sock);
65 syslog(LOG_WARNING, "send_fd: sendmsg: expected sent 1 got %zd",
H A Dmonitor.c341 send_fd(fd_slave, s);
512 send_fd(fd_monitor, s);
/openbsd-current/sbin/pflogd/
H A Dpflogd.h45 void send_fd(int, int);
H A Dprivsep_fdpass.c50 send_fd(int sock, int fd) function
H A Dprivsep.c170 send_fd(socks[0], fd);
204 send_fd(socks[0], bpfd);
/openbsd-current/usr.sbin/syslogd/
H A Dsyslogd.h49 void send_fd(int, int);
H A Dprivsep_fdpass.c45 send_fd(int sock, int fd) function
77 warn("%s: sendmsg(%d)", "send_fd", sock);
80 "send_fd", (long)n);
H A Dprivsep.c265 send_fd(sock, fd);
291 send_fd(sock, fd);
301 send_fd(sock, fd);
312 send_fd(sock, fd);
/openbsd-current/usr.sbin/tcpdump/
H A Dprivsep.h84 void send_fd(int, int);
H A Dprivsep_fdpass.c33 send_fd(int sock, int fd) function
H A Dprivsep.c389 send_fd(fd, *bpfd);
411 send_fd(fd, file);
429 send_fd(fd, file);
444 send_fd(fd, file);
/openbsd-current/gnu/llvm/lldb/source/Host/common/
H A DUDPSocket.cpp91 auto send_fd = CreateSocket( local
95 socket.reset(new UDPSocket(send_fd));
/openbsd-current/libexec/login_skey/
H A Dlogin_skey.c48 void send_fd(int);
172 send_fd(fileno(back));
274 send_fd(int sock) function
/openbsd-current/sbin/iked/
H A Docsp.c195 int error, send_fd = -1; local
212 send_fd = fd;
215 ocsp_connect_finish(oc->oc_sock.sock_env, send_fd, oc);
218 if (send_fd == -1)

Completed in 266 milliseconds