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

/freebsd-12-stable/sbin/hastd/
H A Dhastd.c488 struct hastd_listen *nlst, *clst; local
519 TAILQ_FOREACH(clst, &cfg->hc_listen, hl_next) {
520 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0)
523 if (clst != NULL && clst->hl_conn != NULL) {
526 nlst->hl_conn = clst->hl_conn;
596 while ((clst = TAILQ_FIRST(&cfg->hc_listen)) != NULL) {
598 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0)
601 if (nlst == NULL && clst->hl_conn != NULL) {
602 proto_close(clst
[all...]

Completed in 111 milliseconds