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

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip.c98 static char local_arp[6] = { 0, 0, 0, 0, 0, 0}; local
144 (void) arp((char *)&ip->ip_src, (char *)A_A local_arp);
145 bcopy(local_arp, (char *)A_A eh->ether_shost,sizeof(last_arp));
148 bcopy(local_arp, (char *)A_A eh->ether_shost, 6);

Completed in 88 milliseconds