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

Lines Matching defs:eh

688     struct ethhdr *eh = (struct ethhdr *)pkt;
713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
783 struct ethhdr *eh = (struct ethhdr *)buf;
820 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);
821 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
823 eh->h_source[5] = CTL_ALIAS;
824 eh->h_proto = htons(ETH_P_IP);