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

/freebsd-9.3-release/contrib/ipfilter/ipsend/
H A Dip.c62 static char last_arp[6] = { 0, 0, 0, 0, 0, 0}; local
75 bcopy(last_arp, (char *)A_A eh->ether_dhost, 6);
99 static char last_arp[6] = { 0, 0, 0, 0, 0, 0}; local
120 bcopy(last_arp, (char *)A_A eh->ether_dhost, 6);
127 bcopy((char *)A_A eh->ether_dhost, last_arp, sizeof(last_arp));
145 bcopy(local_arp, (char *)A_A eh->ether_shost,sizeof(last_arp));

Completed in 49 milliseconds