Searched refs:proto_timeout (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sbin/hastd/
H A Dproto.h60 int proto_timeout(const struct proto_conn *conn, int timeout);
H A Dproto.c414 proto_timeout(const struct proto_conn *conn, int timeout) function
H A Dsecondary.c480 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1)
482 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1)
H A Dprimary.c603 if (proto_timeout(conn, res->hr_timeout) == -1)
2307 if (proto_timeout(gres->hr_remotein,
2312 if (proto_timeout(gres->hr_remoteout,
H A Dhastd.c771 if (proto_timeout(conn, HAST_TIMEOUT) == -1)
/freebsd-11-stable/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) function
H A Dauditdistd.c250 if (proto_timeout(conn, ADIST_TIMEOUT) < 0)
H A Dreceiver.c691 if (proto_timeout(adhost->adh_remote, adcfg->adc_timeout) == -1)
H A Dsender.c168 if (proto_timeout(conn, adcfg->adc_timeout) < 0)

Completed in 196 milliseconds