Searched refs:arp_req (Results 1 – 2 of 2) sorted by relevance
696 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap() local697 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()
789 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)]; in if_encap() local790 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()