HomeSort by relevance Sort by last modified time
    Searched refs:arp_reply (Results 1 - 2 of 2) sorted by null

  /external/qemu/slirp/
slirp.c 601 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)]; local
602 struct ethhdr *reh = (struct ethhdr *)arp_reply;
603 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
637 slirp_output(arp_reply, sizeof(arp_reply));
  /external/qemu/slirp-android/
slirp.c 690 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)]; local
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));
    [all...]

Completed in 55 milliseconds