Lines Matching defs:ethhdr
1414 struct l2_ethhdr *ethhdr;
1415 if (len < sizeof(*ethhdr))
1417 ethhdr = (struct l2_ethhdr *) buf;
1419 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
1420 if (!is_multicast_ether_addr(ethhdr->h_dest) &&
1421 !ether_addr_equal(hapd->own_addr, ethhdr->h_dest))
1423 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
1424 len - sizeof(*ethhdr));