Searched refs:h_dest (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h63 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ecore_ethhdr
84 unsigned char h_dest[ETH_ALEN]; member in struct:ecore_vlan_ethhdr
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-lane.c37 uint8_t h_dest[ETHER_ADDR_LEN]; member in struct:lecdatahdr_8023
/freebsd-11-stable/contrib/wpa/src/l2_packet/
H A Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
H A Dl2_packet_ndis.c121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
/freebsd-11-stable/contrib/wpa/src/ap/
H A Deth_p_oui.c78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest,
178 os_memcpy(ethhdr->h_dest, dst_addr, ETH_ALEN);
H A Dpreauth_auth.c61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) {
63 MACSTR, MAC2STR(ethhdr->h_dest));
254 os_memcpy(ethhdr->h_dest, sta->addr, ETH_ALEN);
H A Dwpa_auth_glue.c633 os_memcpy(buf->h_dest, dst, ETH_ALEN);
1175 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
1176 if (!is_multicast_ether_addr(ethhdr->h_dest) &&
1177 os_memcmp(hapd->own_addr, ethhdr->h_dest, ETH_ALEN) != 0)
/freebsd-11-stable/tools/tools/netmap/
H A Dlb.c54 unsigned char h_dest[ETH_ALEN]; member in struct:compact_eth_hdr
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.c4360 if (os_memcmp(eth->h_dest, wpa_s->own_addr, ETH_ALEN) != 0 &&
4361 !(eth->h_dest[0] & 0x01)) {
4364 MAC2STR(src_addr), MAC2STR(eth->h_dest));
4369 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest));
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver_atheros.c1685 os_memcpy(eth->h_dest, addr, ETH_ALEN);

Completed in 209 milliseconds