Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dhastd.c384 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0) in resource_needs_restart()
420 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0) in resource_needs_reload()
448 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr"); in resource_reload()
680 strlcpy(cres->hr_sourceaddr, nres->hr_sourceaddr, in hastd_reload()
681 sizeof(cres->hr_sourceaddr)); in hastd_reload()
1000 if (proto_client(res->hr_sourceaddr[0] != '\0' ? res->hr_sourceaddr : NULL, in connection_migrate()
H A Dparse.y551 curres->hr_sourceaddr[0] = '\0';
714 if (strlcpy(curres->hr_sourceaddr, $2,
715 sizeof(curres->hr_sourceaddr)) >=
716 sizeof(curres->hr_sourceaddr)) {
H A Dhast.h192 char hr_sourceaddr[HAST_ADDRSIZE]; member
H A Dprimary.c2254 if (strcmp(gres->hr_sourceaddr, vstr) != 0) { in primary_config_reload()
2255 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr)); in primary_config_reload()