Searched refs:hc_controlconn (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/sbin/hastd/
H A Dhastd.c129 proto_close(cfg->hc_controlconn);
505 &newcfg->hc_controlconn) == -1) {
571 if (newcfg->hc_controlconn != NULL) {
574 proto_close(cfg->hc_controlconn);
575 cfg->hc_controlconn = newcfg->hc_controlconn;
576 newcfg->hc_controlconn = NULL;
700 if (newcfg->hc_controlconn != NULL)
701 proto_close(newcfg->hc_controlconn);
1050 proto_close(cfg->hc_controlconn);
[all...]
H A Dhast.h117 struct proto_conn *hc_controlconn; member in struct:hastd_config
H A Dcontrol.c315 if (proto_accept(cfg->hc_controlconn, &conn) == -1) {

Completed in 50 milliseconds