Searched refs:eth (Results 1 – 1 of 1) sorted by relevance
69 struct ether_header eth; member149 p.eth.ether_type = htons(ETHERTYPE_ARP); in send_arp_request()150 memcpy(p.eth.ether_shost, source_eth, ETH_ALEN); in send_arp_request()151 memset(p.eth.ether_dhost, 0xff, ETH_ALEN); in send_arp_request()478 if (p.eth.ether_type != htons(ETHERTYPE_ARP)) in zcip_main()