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

/freebsd-10.1-release/libexec/bootpd/
H A Dreadfile.c1376 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1379 * If the hardware addresses of "host1" and "host2" are identical, but
1391 struct host *host2 = (struct host *) d2;
1393 if (host1->htype != host2->htype) {
1396 if (bcmp(host1->haddr, host2->haddr, haddrlength(host1->htype))) {
1400 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) {
1402 ((host2->iaddr.s_addr) & (host2->subnet_mask.s_addr)))
2059 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
2071 struct host *host2
1380 struct host *host2 = (struct host *) d2; local
2048 struct host *host2 = (struct host *) d2; local
2069 struct host *host2 = (struct host *) d2; local
[all...]

Completed in 36 milliseconds