Home
last modified time | relevance | path

Searched defs:eth_hdr (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/include/
Dbtif_pan_internal.h58 typedef struct eth_hdr { struct
59 RawAddress h_dest;
60 RawAddress h_src;
61 short h_proto;
/system/bt/btif/src/
Dbtif_pan.cc416 tETH_HDR eth_hdr; in btpan_tap_send() local
553 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR* hdr) { in forward_bnep()