HomeSort by: relevance | last modified time | path
    Searched defs:host2 (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
readfile.c 1357 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1360 * If the hardware addresses of "host1" and "host2" are identical, but local in function:hwinscmp
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
2006 struct host *host2 = (struct host *) d2; local in function:hwlookcmp
2026 struct host *host2 = (struct host *) d2; local in function:iplookcmp
    [all...]
readfile.c 1357 * equivalent. Returns TRUE if "host1" and "host2" are equivalent, FALSE
1360 * If the hardware addresses of "host1" and "host2" are identical, but local in function:hwinscmp
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
2006 struct host *host2 = (struct host *) d2; local in function:hwlookcmp
2026 struct host *host2 = (struct host *) d2; local in function:iplookcmp
    [all...]

Completed in 22 milliseconds