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

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c486 struct hastd_listen *nlst, *clst; local
517 TAILQ_FOREACH(clst, &cfg->hc_listen, hl_next) {
518 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0)
521 if (clst != NULL && clst->hl_conn != NULL) {
524 nlst->hl_conn = clst->hl_conn;
594 while ((clst = TAILQ_FIRST(&cfg->hc_listen)) != NULL) {
596 if (strcmp(nlst->hl_addr, clst->hl_addr) == 0)
599 if (nlst == NULL && clst->hl_conn != NULL) {
600 proto_close(clst
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dlint1.h369 typedef struct clst { struct
371 struct clst *cl_nxt;

Completed in 101 milliseconds