Lines Matching defs:eth
1579 struct l2_ethhdr *eth;1598 eth = (struct l2_ethhdr *) bp;1599 memcpy(eth->h_dest, addr, ETH_ALEN);1600 memcpy(eth->h_source, own_addr, ETH_ALEN);1601 eth->h_proto = host_to_be16(ETH_P_EAPOL);1602 memcpy(eth+1, data, data_len);