Searched refs:dhost (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/ntp/scripts/ |
H A D | ntptrace | 36 $dhost = $host; 42 $dhost = $name if (defined($name)); 45 $dhost, $stratum, $offset, $rootdelay);
|
/freebsd/sbin/ipf/ipsend/ |
H A D | resend.c | 66 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 D | ntptrace.in | 31 my $dhost = $host; 34 $dhost = $name if defined $name; 38 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 1717 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 D | if.c | 251 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);
|