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

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c132 if (lst->hl_conn != NULL)
133 proto_close(lst->hl_conn);
521 if (clst != NULL && clst->hl_conn != NULL) {
524 nlst->hl_conn = clst->hl_conn;
526 } else if (proto_server(nlst->hl_addr, &nlst->hl_conn) == 0) {
599 if (nlst == NULL && clst->hl_conn != NULL) {
600 proto_close(clst->hl_conn);
703 if (nlst->hl_conn != NULL) {
710 if (clst == NULL || clst->hl_conn
[all...]
H A Dhast.h109 struct proto_conn *hl_conn; member in struct:hastd_listen

Completed in 52 milliseconds