Home
last modified time | relevance | path

Searched refs:dhost (Results 1 – 6 of 6) 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/usr.sbin/virtual_oss/virtual_oss/
H A Dhttpd.c71 uint8_t dhost[6]; member
197 memset(pkt.eth.dhost, 255, sizeof(pkt.eth.dhost)); in voss_httpd_send_rtp_sub()
202 iov[0].iov_base = pkt.eth.dhost; in voss_httpd_send_rtp_sub()
/freebsd/sys/netinet/
H A Dip_carp.c1736 carp_forus(struct ifnet *ifp, u_char *dhost) in carp_forus() argument
1739 uint8_t *ena = dhost; in carp_forus()
1750 if (sc->sc_state == MASTER && !bcmp(dhost, sc->sc_addr, in carp_forus()
/freebsd/sys/net/
H A Dif.c248 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);