Home
last modified time | relevance | path

Searched refs:h_source (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/wpa/src/ap/
H A Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive()
255 os_memcpy(ethhdr->h_source, hapd->own_addr, ETH_ALEN); in rsn_preauth_send()
H A Deth_p_oui.c78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx()
177 os_memcpy(ethhdr->h_source, src_addr, ETH_ALEN); in eth_p_oui_send()
H A Dwpa_auth_glue.c723 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ether()
1359 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive()
1363 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h63 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member
84 unsigned char h_source[ETH_ALEN]; member
H A Decore_iwarp.c2034 ethh->h_source, in ecore_iwarp_parse_rx_pkt()
2042 eth_type, ethh->h_source[0], ethh->h_source[1], in ecore_iwarp_parse_rx_pkt()
2043 ethh->h_source[2], ethh->h_source[3], in ecore_iwarp_parse_rx_pkt()
2044 ethh->h_source[4], ethh->h_source[5]); in ecore_iwarp_parse_rx_pkt()
2539 eth_type, ethh->h_source[0], ethh->h_source[1], in ecore_iwarp_mpa_print_tcp_seq()
2540 ethh->h_source[2], ethh->h_source[3], in ecore_iwarp_mpa_print_tcp_seq()
2541 ethh->h_source[4], ethh->h_source[5]); in ecore_iwarp_mpa_print_tcp_seq()
/freebsd-13.1/contrib/wpa/src/l2_packet/
H A Dl2_packet_pcap.c100 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
166 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive_cb()
H A Dl2_packet.h34 u8 h_source[ETH_ALEN]; member
H A Dl2_packet_freebsd.c65 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
99 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
H A Dl2_packet_winpcap.c90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
119 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
H A Dl2_packet_ndis.c122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
295 rx_src = ethhdr->h_source; in l2_packet_callback()
/freebsd-13.1/sys/compat/linuxkpi/common/include/linux/
H A Dif_ether.h63 uint8_t h_source[ETH_ALEN]; member
/freebsd-13.1/contrib/tcpdump/
H A Dprint-lane.c38 uint8_t h_source[ETHER_ADDR_LEN]; member
/freebsd-13.1/tools/tools/netmap/
H A Dlb.c56 unsigned char h_source[ETH_ALEN]; member
/freebsd-13.1/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1675 os_memcpy(eth->h_source, own_addr, ETH_ALEN); in atheros_send_eapol()