Searched refs:h_dest (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_pan.cc | 401 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/ |
D | btif_pan_internal.h | 53 RawAddress h_dest; member
|
/packages/modules/Connectivity/bpf_progs/ |
D | offload.c | 204 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()
|
D | offload@mainline.c | 204 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()
|