Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/ctld/
HDctld.c1918 struct isns *oldns, *newns; in conf_apply() local
1962 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
1964 if (strcmp(oldns->i_addr, newns->i_addr) == 0) in conf_apply()
1968 isns_deregister(oldns); in conf_apply()
2312 TAILQ_FOREACH(oldns, &oldconf->conf_isns, i_next) { in conf_apply()
2313 if (strcmp(oldns->i_addr, newns->i_addr) == 0) in conf_apply()
2316 isns_register(newns, oldns); in conf_apply()