Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/hastd/
H A Dhastd.c387 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0) in resource_needs_restart()
423 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0) in resource_needs_reload()
451 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr"); in resource_reload()
683 strlcpy(cres->hr_sourceaddr, nres->hr_sourceaddr, in hastd_reload()
684 sizeof(cres->hr_sourceaddr)); in hastd_reload()
1003 if (proto_client(res->hr_sourceaddr[0] != '\0' ? res->hr_sourceaddr : NULL, in connection_migrate()
H A Dparse.y553 curres->hr_sourceaddr[0] = '\0';
716 if (strlcpy(curres->hr_sourceaddr, $2,
717 sizeof(curres->hr_sourceaddr)) >=
718 sizeof(curres->hr_sourceaddr)) {
H A Dhast.h194 char hr_sourceaddr[HAST_ADDRSIZE]; member
H A Dcontrol.c265 if (res->hr_sourceaddr[0] != '\0') in control_status()
266 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no); in control_status()
H A Dprimary.c2257 if (strcmp(gres->hr_sourceaddr, vstr) != 0) { in primary_config_reload()
2258 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr)); in primary_config_reload()