Searched refs:dhost (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/scripts/
H A Dntptrace.in44 $dhost = $host;
50 $dhost = $name if (defined($name));
53 $dhost, $stratum, $offset, $syncdistance);
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dresend.c83 char dhost[6]; local
107 if (gwip.s_addr && (arp((char *)&gwip, dhost) == -1))
127 bcopy(dhost, (char *)A_A eh->ether_dhost,
128 sizeof(dhost));
/netbsd-6-1-5-RELEASE/dist/pf/usr.sbin/ftp-proxy/
H A Dnpf.c97 /* from <shost> to <dhost> port <dport> */
110 ftp_proxy_modify_nc(in_addr_t shost, in_addr_t dhost, in_port_t dport) argument
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_carp.c1344 carp_input(struct mbuf *m, u_int8_t *shost, u_int8_t *dhost, u_int16_t etype) argument
1351 memcpy(&eh.ether_dhost, dhost, sizeof(eh.ether_dhost));

Completed in 75 milliseconds