Home
last modified time | relevance | path

Searched refs:hl_conn (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/hastd/
H A Dhastd.c131 if (lst->hl_conn != NULL) in descriptors_cleanup()
132 proto_close(lst->hl_conn); in descriptors_cleanup()
520 if (clst != NULL && clst->hl_conn != NULL) { in hastd_reload()
523 nlst->hl_conn = clst->hl_conn; in hastd_reload()
525 } else if (proto_server(nlst->hl_addr, &nlst->hl_conn) == 0) { in hastd_reload()
598 if (nlst == NULL && clst->hl_conn != NULL) { in hastd_reload()
599 proto_close(clst->hl_conn); in hastd_reload()
702 if (nlst->hl_conn != NULL) { in hastd_reload()
709 if (clst == NULL || clst->hl_conn == NULL) in hastd_reload()
710 proto_close(nlst->hl_conn); in hastd_reload()
[all …]
H A Dhast.h109 struct proto_conn *hl_conn; member