Home
last modified time | relevance | path

Searched refs:proto_server (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto.h41 int proto_server(const char *addr, struct proto_conn **connp);
H A Dproto.c196 proto_server(const char *addr, struct proto_conn **connp) in proto_server() function
H A Dauditdistd.c766 if (proto_server(lst->adl_addr, &lst->adl_conn) == -1) { in main()
H A Dproto_tls.c633 if (proto_server(laddr, &tcp) == -1) { in tls_server()
/freebsd/sbin/hastd/
H A Dhastd.c503 if (proto_server(newcfg->hc_controladdr, in hastd_reload()
525 } else if (proto_server(nlst->hl_addr, &nlst->hl_conn) == 0) { in hastd_reload()
1290 if (proto_server(cfg->hc_controladdr, &cfg->hc_controlconn) == -1) { in main()
1297 if (proto_server(lst->hl_addr, &lst->hl_conn) == -1) { in main()