Home | History | Annotate | Download | only in common

Lines Matching defs:host2

1357  * equivalent.  Returns TRUE if "host1" and "host2" are equivalent, FALSE
1360 * If the hardware addresses of "host1" and "host2" are identical, but
1371 struct host *host2 = (struct host *) d2;
1373 if (host1->htype != host2->htype) {
1376 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1380 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) {
1382 ((host2->iaddr.s_addr) & (host2->subnet_mask.s_addr)))
2018 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
2029 struct host *host2 = (struct host *) d2;
2031 if (host1->htype != host2->htype) {
2034 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
2049 struct host *host2 = (struct host *) d2;
2051 return (host1->iaddr.s_addr == host2->iaddr.s_addr);