Searched refs:hr_remoteout (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | primary.c | 179 ((res)->hr_remotein != NULL && (res)->hr_remoteout != NULL) 872 res->hr_remoteout = out; in init_remote() 1145 PJDLOG_ASSERT(res->hr_remoteout == NULL); in remote_close() 1151 PJDLOG_ASSERT(res->hr_remoteout != NULL); in remote_close() 1159 proto_close(res->hr_remoteout); in remote_close() 1160 res->hr_remoteout = NULL; in remote_close() 1514 PJDLOG_ASSERT(res->hr_remoteout != NULL); in keepalive_send() 1525 if (hast_proto_send(res, res->hr_remoteout, nv, NULL, 0) == -1) { in keepalive_send() 1641 if (hast_proto_send(res, res->hr_remoteout, nv, data, in remote_send_thread() 2309 if (proto_timeout(gres->hr_remoteout, in primary_config_reload() [all …]
|
H A D | secondary.c | 226 if (proto_send(res->hr_remoteout, NULL, 0) == -1) in init_remote() 445 proto_close(res->hr_remoteout); in hastd_secondary() 446 res->hr_remoteout = NULL; in hastd_secondary() 479 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1) in hastd_secondary() 916 if (hast_proto_send(res, res->hr_remoteout, nvout, data, in send_thread()
|
H A D | hastd.c | 110 res->hr_remoteout == NULL)); in descriptors_cleanup() 115 if (tres->hr_remoteout != NULL) in descriptors_cleanup() 116 proto_close(tres->hr_remoteout); in descriptors_cleanup() 276 fd == proto_descriptor(res->hr_remoteout)) { in descriptors_assert() 875 PJDLOG_ASSERT(res->hr_remoteout == NULL); in listen_accept() 955 res->hr_remoteout = conn; in listen_accept()
|
H A D | hast.h | 196 struct proto_conn *hr_remoteout; member
|