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

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h68 uint8_t h_source[ETH_ALEN]; member in struct:ethhdr
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h61 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ecore_ethhdr
82 unsigned char h_source[ETH_ALEN]; member in struct:ecore_vlan_ethhdr
H A Decore_iwarp.c2032 ethh->h_source,
2040 eth_type, ethh->h_source[0], ethh->h_source[1],
2041 ethh->h_source[2], ethh->h_source[3],
2042 ethh->h_source[4], ethh->h_source[5]);
2537 eth_type, ethh->h_source[0], ethh->h_source[1],
2538 ethh->h_source[
[all...]
/freebsd-current/contrib/wpa/src/l2_packet/
H A Dl2_packet.h34 u8 h_source[ETH_ALEN]; member in struct:l2_ethhdr
H A Dl2_packet_pcap.c100 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
166 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
H A Dl2_packet_winpcap.c90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
119 l2->rx_src = ethhdr->h_source;
H A Dl2_packet_freebsd.c66 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
109 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-current/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 Deth_p_oui.c78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest,
177 os_memcpy(ethhdr->h_source, src_addr, ETH_ALEN);
H A Dwpa_auth_glue.c723 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN);
1359 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
1363 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
/freebsd-current/contrib/tcpdump/
H A Dprint-lane.c38 nd_mac_addr h_source; member in struct:lecdatahdr_8023
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dwow.c115 memcpy(new_hdr_pattern->addr3, old_hdr_pattern->h_source, ETH_ALEN);
116 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN);
133 offsetof(struct ethhdr, h_source);
H A Dhtt_rx.c1774 ether_addr_copy(sa, eth->h_source);
H A Dmac.c3853 ether_addr_copy(eth->h_source, sa);
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dwow.c186 memcpy(new_hdr_pattern->addr3, old_hdr_pattern->h_source, ETH_ALEN);
187 memcpy(new_hdr_mask->addr3, old_hdr_mask->h_source, ETH_ALEN);
204 offsetof(struct ethhdr, h_source);
H A Ddp_rx.c2182 ether_addr_copy(sa, eth->h_source);
/freebsd-current/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c969 ether_addr_copy(hdr.addr3, eth_hdr->h_source);
976 ether_addr_copy(hdr.addr4, eth_hdr->h_source);
/freebsd-current/tools/tools/netmap/
H A Dlb.c55 unsigned char h_source[ETH_ALEN]; member in struct:compact_eth_hdr
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c304 ether_addr_copy(hdr.addr3, eth_hdr->h_source);
311 ether_addr_copy(hdr.addr4, eth_hdr->h_source);
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c290 ether_addr_copy(hdr.addr3, eth_hdr->h_source);
297 ether_addr_copy(hdr.addr4, eth_hdr->h_source);
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1675 os_memcpy(eth->h_source, own_addr, ETH_ALEN);
/freebsd-current/sys/contrib/dev/athk/ath12k/
H A Ddp_rx.c2126 ether_addr_copy(sa, eth->h_source);

Completed in 183 milliseconds