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
60 unsigned char h_dest[ETH_ADDR_LEN];
61 unsigned char h_src[ETH_ADDR_LEN];
62 short h_proto;
/system/bt/btif/src/
Dbtif_pan.c440 tETH_HDR eth_hdr; in btpan_tap_send() local
541 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) { in forward_bnep()