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

/freebsd-13-stable/sbin/hastd/
H A Dproto.h47 int proto_accept(struct proto_conn *conn, struct proto_conn **newconnp);
H A Dcontrol.c317 if (proto_accept(cfg->hc_controlconn, &conn) == -1) {
H A Dproto.c222 proto_accept(struct proto_conn *conn, struct proto_conn **newconnp) function
H A Dhastd.c761 if (proto_accept(lst->hl_conn, &conn) == -1) {
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.h42 int proto_accept(struct proto_conn *conn, struct proto_conn **newconnp);
H A Dproto.c206 proto_accept(struct proto_conn *conn, struct proto_conn **newconnp) function
H A Dauditdistd.c239 if (proto_accept(lst->adl_conn, &conn) == -1) {
H A Dproto_tls.c786 if (proto_accept(tlsctx->tls_tcp, &tcp) == -1) {

Completed in 126 milliseconds