Searched defs:eth_hdr (Results 1 - 3 of 3) sorted by relevance

/system/bt/btif/include/
H A Dbtif_pan_internal.h58 typedef struct eth_hdr struct
/system/bt/btif/src/
H A Dbtif_pan.c445 tETH_HDR eth_hdr; local
446 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
447 memcpy(&eth_hdr.h_src, src, ETH_ADDR_LEN);
448 eth_hdr.h_proto = htons(proto);
450 memcpy(packet, &eth_hdr, sizeof(tETH_HDR));
603 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) { argument
604 int broadcast = eth_hdr->h_dest[0] & 1;
611 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
612 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0)) {
613 int result = PAN_WriteBuf(handle, eth_hdr
[all...]
/system/connectivity/shill/wifi/
H A Dwake_on_wifi.cc227 struct ethhdr eth_hdr; member in struct:shill::__anon1479
249 struct ethhdr eth_hdr; member in struct:shill::__anon1480

Completed in 629 milliseconds