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

/freebsd-10-stable/usr.sbin/ntp/scripts/
H A Dntptrace37 $dhost = $host;
43 $dhost = $name if (defined($name));
46 $dhost, $stratum, $offset, $rootdelay);
/freebsd-10-stable/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in29 my $dhost = $host;
32 $dhost = $name if defined $name;
36 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
/freebsd-10-stable/contrib/ipfilter/ipsend/
H A Dresend.c79 char dhost[6]; local
104 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1))
124 bcopy(dhost, (char *) &eh->ether_dhost,
125 sizeof(dhost));
/freebsd-10-stable/sys/netinet/
H A Dip_carp.c1112 carp_forus(struct ifnet *ifp, u_char *dhost) argument
1115 uint8_t *ena = dhost;
1123 if (sc->sc_state == MASTER && !bcmp(dhost, LLADDR(&sc->sc_addr),
/freebsd-10-stable/sys/net/
H A Dif.c144 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);

Completed in 72 milliseconds