Searched refs:local_arp (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipf/ipsend/ |
H A D | ip.c | 80 static char local_arp[6] = { 0, 0, 0, 0, 0, 0}; in send_ip() local 126 (void) arp((char *)&ip->ip_src, (char *) &local_arp); in send_ip() 127 bcopy(local_arp, (char *) &eh->ether_shost,sizeof(last_arp)); in send_ip() 130 bcopy(local_arp, (char *) &eh->ether_shost, 6); in send_ip()
|