Searched refs:h_source (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/tcpdump/
H A Dlane.h32 u_int8_t h_source[ETHER_ADDR_LEN]; member in struct:lecdatahdr_8023
/freebsd-10.1-release/contrib/wpa/src/l2_packet/
H A Dl2_packet.h34 u8 h_source[ETH_ALEN]; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
H A Dl2_packet_ndis.c122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
295 rx_src = ethhdr->h_source;
/freebsd-10.1-release/contrib/wpa/src/ap/
H A Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source);
74 sta = ap_sta_add(hapd, ethhdr->h_source);
92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1),
255 os_memcpy(ethhdr->h_source, hapd->own_addr, ETH_ALEN);
H A Dwpa_auth_glue.c399 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN);
478 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
479 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Den_selftest.c70 memset(ethh->h_source, 0, ETH_ALEN);
H A Den_ethtool.c1058 if (!is_zero_ether_addr(eth_mask->h_source))

Completed in 126 milliseconds