Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ntp/scripts/
H A Dntptrace36 $dhost = $host;
42 $dhost = $name if (defined($name));
45 $dhost, $stratum, $offset, $rootdelay);
/freebsd-14.2/sbin/ipf/ipsend/
H A Dresend.c70 char dhost[6]; in ip_resend() local
95 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1)) in ip_resend()
115 bcopy(dhost, (char *) &eh->ether_dhost, in ip_resend()
116 sizeof(dhost)); in ip_resend()
/freebsd-14.2/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-14.2/sys/netinet/
H A Dip_carp.c1275 carp_forus(struct ifnet *ifp, u_char *dhost) in carp_forus() argument
1278 uint8_t *ena = dhost; in carp_forus()
1289 if (sc->sc_state == MASTER && !bcmp(dhost, LLADDR(&sc->sc_addr), in carp_forus()
/freebsd-14.2/sys/net/
H A Dif.c253 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);