Home
last modified time | relevance | path

Searched refs:proto_timeout (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto.h55 int proto_timeout(const struct proto_conn *conn, int timeout);
H A Dproto.c407 proto_timeout(const struct proto_conn *conn, int timeout) in proto_timeout() function
H A Dreceiver.c691 if (proto_timeout(adhost->adh_remote, adcfg->adc_timeout) == -1) in adist_receiver()
H A Dauditdistd.c250 if (proto_timeout(conn, ADIST_TIMEOUT) < 0) in listen_accept()
H A Dsender.c168 if (proto_timeout(conn, adcfg->adc_timeout) < 0) in sender_connect()
/freebsd/sbin/hastd/
H A Dsecondary.c477 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1) in hastd_secondary()
479 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1) in hastd_secondary()
H A Dprimary.c600 if (proto_timeout(conn, res->hr_timeout) == -1) in primary_connect()
2304 if (proto_timeout(gres->hr_remotein, in primary_config_reload()
2309 if (proto_timeout(gres->hr_remoteout, in primary_config_reload()
H A Dhastd.c768 if (proto_timeout(conn, HAST_TIMEOUT) == -1) in listen_accept()