Home
last modified time | relevance | path

Searched refs:eth (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/networking/
Dzcip.c69 struct ether_header eth; member
149 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()