Home | History | Annotate | Download | only in slirp

Lines Matching refs:ethhdr

573 struct ethhdr
599 struct ethhdr *eh = (struct ethhdr *)pkt;
602 struct ethhdr *reh = (struct ethhdr *)arp_reply;
690 struct ethhdr *eh = (struct ethhdr *)buf;
697 struct ethhdr *reh = (struct ethhdr *)arp_req;
732 memcpy(buf + sizeof(struct ethhdr), ip_data, ip_data_len);