Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ntp/scripts/
H A Dntptrace36 $dhost = $host;
42 $dhost = $name if (defined($name));
45 $dhost, $stratum, $offset, $rootdelay);
/freebsd/sbin/ipf/ipsend/
H A Dresend.c66 char dhost[6]; in ip_resend() local
91 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1)) in ip_resend()
111 bcopy(dhost, (char *) &eh->ether_dhost, in ip_resend()
112 sizeof(dhost)); in ip_resend()
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace.in31 my $dhost = $host;
34 $dhost = $name if defined $name;
38 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
/freebsd/sys/netinet/
H A Dip_carp.c1717 carp_forus(struct ifnet *ifp, u_char *dhost) in carp_forus() argument
1720 uint8_t *ena = dhost; in carp_forus()
1731 if (sc->sc_state == MASTER && !bcmp(dhost, sc->sc_addr, in carp_forus()
/freebsd/sys/net/
H A Dif.c251 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);