Searched refs:proto_accept (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/sbin/hastd/
H A Dproto.h45 int proto_accept(struct proto_conn *conn, struct proto_conn **newconnp);
H A Dcontrol.c305 if (proto_accept(cfg->hc_controlconn, &conn) == -1) {
H A Dproto.c220 proto_accept(struct proto_conn *conn, struct proto_conn **newconnp) function
H A Dhastd.c759 if (proto_accept(lst->hl_conn, &conn) == -1) {
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto.h44 int proto_accept(struct proto_conn *conn, struct proto_conn **newconnp);
H A Dproto.c208 proto_accept(struct proto_conn *conn, struct proto_conn **newconnp) function
H A Dauditdistd.c241 if (proto_accept(lst->adl_conn, &conn) == -1) {
H A Dproto_tls.c788 if (proto_accept(tlsctx->tls_tcp, &tcp) == -1) {

Completed in 117 milliseconds