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

  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
rk3288-veyron-brain.dts 30 /* This turns on vbus for host2 and otg (dwc2) */
31 vcc5_host2: vcc5-host2-regulator {
rk3288-veyron-fievel.dts 50 vcc5_host2: vcc5-host2-regulator {
  /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...]

Completed in 25 milliseconds