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

/freebsd-9.3-release/sbin/hastd/
H A Dhastd.c385 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0)
421 if (strcmp(res0->hr_sourceaddr, res1->hr_sourceaddr) != 0)
449 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr");
681 strlcpy(cres->hr_sourceaddr, nres->hr_sourceaddr,
682 sizeof(cres->hr_sourceaddr));
1001 if (proto_client(res->hr_sourceaddr[0] != '\0' ? res->hr_sourceaddr
[all...]
H A Dhast.h192 char hr_sourceaddr[HAST_ADDRSIZE]; member in struct:hast_resource
H A Dparse.y858 curres->hr_sourceaddr[0] = '\0';
1021 if (strlcpy(curres->hr_sourceaddr, $2,
1022 sizeof(curres->hr_sourceaddr)) >=
1023 sizeof(curres->hr_sourceaddr)) {
H A Dcontrol.c263 if (res->hr_sourceaddr[0] != '\0')
264 nv_add_string(nvout, res->hr_sourceaddr, "sourceaddr%u", no);
H A Dprimary.c2256 if (strcmp(gres->hr_sourceaddr, vstr) != 0) {
2257 strlcpy(gres->hr_sourceaddr, vstr, sizeof(gres->hr_sourceaddr));

Completed in 106 milliseconds