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

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c110 (res->hr_remotein == NULL &&
114 if (tres->hr_remotein != NULL)
115 proto_close(tres->hr_remotein);
263 fd == proto_descriptor(res->hr_remotein)) {
879 PJDLOG_ASSERT(res->hr_remotein == NULL);
904 } else if (res->hr_remotein != NULL) {
907 proto_remote_address(res->hr_remotein, oaddr,
912 proto_close(res->hr_remotein);
913 res->hr_remotein = NULL;
952 res->hr_remotein
[all...]
H A Dhast.h194 struct proto_conn *hr_remotein; member in struct:hast_resource
H A Dsecondary.c314 if (hast_proto_send(res, res->hr_remotein, nvout,
361 if (hast_proto_send(res, res->hr_remotein, nvout,
397 if (hast_proto_send(res, res->hr_remotein, nvout, map, mapsize) == -1) {
406 if (proto_recv(res->hr_remotein, NULL, 0) == -1)
444 proto_close(res->hr_remotein);
445 res->hr_remotein = NULL;
478 if (proto_timeout(res->hr_remotein, 2 * HAST_KEEPALIVE) == -1)
663 if (hast_proto_recv_hdr(res->hr_remotein, &nv) == -1) {
705 if (hast_proto_recv_data(res, res->hr_remotein, nv,
H A Dprimary.c180 ((res)->hr_remotein != NULL && (res)->hr_remoteout != NULL)
873 res->hr_remotein = in;
1146 PJDLOG_ASSERT(res->hr_remotein == NULL);
1152 PJDLOG_ASSERT(res->hr_remotein != NULL);
1157 proto_close(res->hr_remotein);
1158 res->hr_remotein = NULL;
1515 PJDLOG_ASSERT(res->hr_remotein != NULL);
1745 if (hast_proto_recv_hdr(res->hr_remotein, &nv) == -1) {
1794 if (hast_proto_recv_data(res, res->hr_remotein, nv,
2306 if (proto_timeout(gres->hr_remotein,
[all...]
H A Dcontrol.c456 if (res->hr_remotein != NULL &&

Completed in 47 milliseconds