Searched refs:hr_remoteout (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/sbin/hastd/
H A Dhast.h196 struct proto_conn *hr_remoteout; member in struct:hast_resource
H A Dhastd.c110 res->hr_remoteout == NULL));
115 if (tres->hr_remoteout != NULL)
116 proto_close(tres->hr_remoteout);
276 fd == proto_descriptor(res->hr_remoteout)) {
875 PJDLOG_ASSERT(res->hr_remoteout == NULL);
955 res->hr_remoteout = conn;
H A Dprimary.c179 ((res)->hr_remotein != NULL && (res)->hr_remoteout != NULL)
872 res->hr_remoteout = out;
1145 PJDLOG_ASSERT(res->hr_remoteout == NULL);
1151 PJDLOG_ASSERT(res->hr_remoteout != NULL);
1159 proto_close(res->hr_remoteout);
1160 res->hr_remoteout = NULL;
1514 PJDLOG_ASSERT(res->hr_remoteout != NULL);
1525 if (hast_proto_send(res, res->hr_remoteout, nv, NULL, 0) == -1) {
1641 if (hast_proto_send(res, res->hr_remoteout, nv, data,
2309 if (proto_timeout(gres->hr_remoteout,
[all...]
H A Dsecondary.c226 if (proto_send(res->hr_remoteout, NULL, 0) == -1)
445 proto_close(res->hr_remoteout);
446 res->hr_remoteout = NULL;
479 if (proto_timeout(res->hr_remoteout, res->hr_timeout) == -1)
916 if (hast_proto_send(res, res->hr_remoteout, nvout, data,
H A Dcontrol.c456 res->hr_remoteout != NULL) {

Completed in 141 milliseconds