Home
last modified time | relevance | path

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

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c483 execl(proto_get("execpath"), proto_get("execpath"), "proto", "tls", in tls_call_exec_client()
484 proto_get("user"), "client", startfdstr, in tls_call_exec_client()
486 proto_get("tls:fingerprint"), proto_get("tcp:port"), timeoutstr, in tls_call_exec_client()
767 execl(proto_get("execpath"), proto_get("execpath"), "proto", "tls", in tls_call_exec_server()
768 proto_get("user"), "server", startfdstr, proto_get("tls:keyfile"), in tls_call_exec_server()
769 proto_get("tls:certfile"), debugstr, NULL); in tls_call_exec_server()
H A Dproto.h59 const char *proto_get(const char *name);
H A Dproto_tcp.c212 error = tcp_addr(addr, atoi(proto_get("tcp:port")), &tctx->tc_sa); in tcp_setup_new()
549 if (tcp_addr(addr, atoi(proto_get("tcp:port")), &sa1) != 0) in tcp_address_match()
H A Dproto.c516 proto_get(const char *name) in proto_get() function