Searched refs:startfdstr (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tls.c | 447 char *timeoutstr, *startfdstr, *debugstr; in tls_call_exec_client() local 474 if (asprintf(&startfdstr, "%d", startfd) == -1) in tls_call_exec_client() 484 proto_get("user"), "client", startfdstr, in tls_call_exec_client() 715 char *startfdstr, *debugstr; in tls_call_exec_server() local 762 if (asprintf(&startfdstr, "%d", startfd) == -1) in tls_call_exec_server() 768 proto_get("user"), "server", startfdstr, proto_get("tls:keyfile"), in tls_call_exec_server()
|