Home
last modified time | relevance | path

Searched refs:startfd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c335 tls_exec_client(const char *user, int startfd, const char *srcaddr, in tls_exec_client() argument
354 sockfd = startfd; in tls_exec_client()
448 int startfd; in tls_call_exec_client() local
454 startfd = 3; in tls_call_exec_client()
456 startfd = 0; in tls_call_exec_client()
458 if (proto_descriptor(sock) != startfd) { in tls_call_exec_client()
460 if (dup2(proto_descriptor(sock), startfd) == -1) in tls_call_exec_client()
468 if (fcntl(startfd, F_SETFD, 0) == -1) in tls_call_exec_client()
472 closefrom(startfd + 1); in tls_call_exec_client()
474 if (asprintf(&startfdstr, "%d", startfd) == -1) in tls_call_exec_client()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dsocket.c216 kill_asyncio(int startfd)
/freebsd/contrib/ntp/sntp/
H A Dmain.c1001 int startfd in kill_asyncio() argument
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4526 int startfd
4493 kill_asyncio(int startfd) global() argument