Searched refs:hc_controlconn (Results 1 – 3 of 3) sorted by relevance
131 proto_close(cfg->hc_controlconn); in descriptors_cleanup()507 &newcfg->hc_controlconn) == -1) { in hastd_reload()573 if (newcfg->hc_controlconn != NULL) { in hastd_reload()576 proto_close(cfg->hc_controlconn); in hastd_reload()577 cfg->hc_controlconn = newcfg->hc_controlconn; in hastd_reload()578 newcfg->hc_controlconn = NULL; in hastd_reload()702 if (newcfg->hc_controlconn != NULL) in hastd_reload()703 proto_close(newcfg->hc_controlconn); in hastd_reload()1052 proto_close(cfg->hc_controlconn); in check_signals()1086 maxfd = fd = proto_descriptor(cfg->hc_controlconn); in main_loop()[all …]
119 struct proto_conn *hc_controlconn; member
317 if (proto_accept(cfg->hc_controlconn, &conn) == -1) { in control_handle()