Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:arp_reply

690     uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
691 struct ethhdr *reh = (struct ethhdr *)arp_reply;
692 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
730 slirp_output(arp_reply, sizeof(arp_reply));