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

/freebsd-12-stable/sbin/hastd/
H A Dhastd.c387 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0)
423 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0)
451 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr");
683 strlcpy(cres->hr_sourceaddr, nres->hr_sourceaddr,
684 sizeof(cres->hr_sourceaddr));
1003 if (proto_client(res->hr_sourceaddr[0] != '\0' ? res->hr_sourceaddr
[all...]
H A Dhast.h194 char hr_sourceaddr[HAST_ADDRSIZE]; member in struct:hast_resource
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 Dcontrol.c265 if (res->hr_sourceaddr[0] != '\0')
266 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no);
H A Dprimary.c2257 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2258 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr));

Completed in 109 milliseconds