Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/ntp/scripts/
H A Dntptrace37 $dhost = $host;
43 $dhost = $name if (defined($name));
46 $dhost, $stratum, $offset, $rootdelay);
/freebsd-12.1/contrib/ipfilter/ipsend/
H A Dresend.c74 char dhost[6]; local
99 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1))
119 bcopy(dhost, (char *) &eh->ether_dhost,
120 sizeof(dhost));
/freebsd-12.1/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-12.1/sys/netinet/
H A Dip_carp.c1222 carp_forus(struct ifnet *ifp, u_char *dhost) in carp_forus() argument
1225 uint8_t *ena = dhost; in carp_forus()
1233 if (sc->sc_state == MASTER && !bcmp(dhost, LLADDR(&sc->sc_addr), in carp_forus()
/freebsd-12.1/sys/net/
H A Dif.c235 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);