Home
last modified time | relevance | path

Searched refs:hr_ctrl (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/hastd/
H A Dhast.h223 struct proto_conn *hr_ctrl; member
H A Dhastd.c117 if (tres->hr_ctrl != NULL) in descriptors_cleanup()
118 proto_close(tres->hr_ctrl); in descriptors_cleanup()
225 } else if (fd == proto_descriptor(res->hr_ctrl)) { in descriptors_assert()
460 if (hast_proto_send(res, res->hr_ctrl, nvout, NULL, 0) == -1) { in resource_reload()
468 if (hast_proto_recv_hdr(res->hr_ctrl, &nvin) == -1) { in resource_reload()
H A Dsecondary.c421 if (proto_client(NULL, "socketpair://", &res->hr_ctrl) == -1) { in hastd_secondary()
450 proto_send(res->hr_ctrl, NULL, 0); in hastd_secondary()
463 proto_recv(res->hr_ctrl, NULL, 0); in hastd_secondary()
H A Dprimary.c973 if (proto_client(NULL, "socketpair://", &res->hr_ctrl) == -1) { in hastd_primary()
1012 proto_send(res->hr_ctrl, NULL, 0); in hastd_primary()
1026 proto_recv(res->hr_ctrl, NULL, 0); in hastd_primary()