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

Lines Matching full:ethhdr

654 struct ethhdr
680 struct ethhdr *eh = (struct ethhdr *)pkt;
683 struct ethhdr *reh = (struct ethhdr *)arp_reply;
775 struct ethhdr *eh = (struct ethhdr *)buf;
782 struct ethhdr *reh = (struct ethhdr *)arp_req;
817 memcpy(buf + sizeof(struct ethhdr), ip_data, ip_data_len);