Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dslirp.c696 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap() local
697 struct ethhdr *reh = (struct ethhdr *)arp_req; in if_encap()
698 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN); in if_encap()
725 slirp_output(arp_req, sizeof(arp_req)); in if_encap()
/external/qemu/slirp-android/
Dslirp.c789 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap() local
790 struct ethhdr *reh = (struct ethhdr *)arp_req; in if_encap()
791 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN); in if_encap()
818 slirp_output(arp_req, sizeof(arp_req)); in if_encap()