Searched refs:hr_sourceaddr (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | hastd.c | 384 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 D | parse.y | 551 curres->hr_sourceaddr[0] = '\0'; 714 if (strlcpy(curres->hr_sourceaddr, $2, 715 sizeof(curres->hr_sourceaddr)) >= 716 sizeof(curres->hr_sourceaddr)) {
|
H A D | hast.h | 192 char hr_sourceaddr[HAST_ADDRSIZE]; member
|
H A D | primary.c | 2254 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()
|