Searched refs:dhost (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/usr.sbin/ntp/scripts/ |
| H A D | ntptrace | 37 $dhost = $host; 43 $dhost = $name if (defined($name)); 46 $dhost, $stratum, $offset, $rootdelay);
|
| /freebsd-12.1/contrib/ipfilter/ipsend/ |
| H A D | resend.c | 74 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 D | ntptrace.in | 29 my $dhost = $host; 32 $dhost = $name if defined $name; 36 $dhost, $info{stratum}, $info{offset}, $info{syncdistance};
|
| /freebsd-12.1/sys/netinet/ |
| H A D | ip_carp.c | 1222 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 D | if.c | 235 int (*carp_forus_p)(struct ifnet *ifp, u_char *dhost);
|