Searched refs:proto_timeout (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto.h | 55 int proto_timeout(const struct proto_conn *conn, int timeout);
|
H A D | proto.c | 407 proto_timeout(const struct proto_conn *conn, int timeout) in proto_timeout() function
|
H A D | receiver.c | 691 if (proto_timeout(adhost->adh_remote, adcfg->adc_timeout) == -1) in adist_receiver()
|
H A D | auditdistd.c | 250 if (proto_timeout(conn, ADIST_TIMEOUT) < 0) in listen_accept()
|
H A D | sender.c | 168 if (proto_timeout(conn, adcfg->adc_timeout) < 0) in sender_connect()
|
/freebsd/sbin/hastd/ |
H A D | secondary.c | 477 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 D | primary.c | 600 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 D | hastd.c | 768 if (proto_timeout(conn, HAST_TIMEOUT) == -1) in listen_accept()
|