Home
last modified time | relevance | path

Searched refs:h_dest (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/btif/src/
Dbtif_pan.cc401 eth_hdr.h_dest = dst; in btpan_tap_send()
536 int broadcast = eth_hdr->h_dest.address[0] & 1; in forward_bnep()
542 (broadcast || btpan_cb.conns[i].eth_addr == eth_hdr->h_dest || in forward_bnep()
543 btpan_cb.conns[i].peer == eth_hdr->h_dest)) { in forward_bnep()
544 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, in forward_bnep()
/packages/modules/Bluetooth/system/btif/include/
Dbtif_pan_internal.h53 RawAddress h_dest; member
/packages/modules/Connectivity/bpf_progs/
Doffload.c204 if (is_ethernet) __builtin_memcpy(stream.down ? kd.dstMac : ku.dstMac, eth->h_dest, ETH_ALEN);
423 if (is_ethernet) __builtin_memcpy(k.dstMac, eth->h_dest, ETH_ALEN); in do_forward4_bottom()
Doffload@mainline.c204 if (is_ethernet) __builtin_memcpy(stream.down ? kd.dstMac : ku.dstMac, eth->h_dest, ETH_ALEN);
423 if (is_ethernet) __builtin_memcpy(k.dstMac, eth->h_dest, ETH_ALEN); in do_forward4_bottom()