Home | History | Annotate | Download | only in drivers

Lines Matching defs:eth

1087 	struct l2_ethhdr *eth;
1106 eth = (struct l2_ethhdr *) bp;
1107 memcpy(eth->h_dest, addr, ETH_ALEN);
1108 memcpy(eth->h_source, own_addr, ETH_ALEN);
1109 eth->h_proto = host_to_be16(ETH_P_EAPOL);
1110 memcpy(eth+1, data, data_len);