Searched defs:eth_hdr (Results 1 – 2 of 2) sorted by relevance
58 typedef struct eth_hdr struct60 unsigned char h_dest[ETH_ADDR_LEN];61 unsigned char h_src[ETH_ADDR_LEN];62 short h_proto;
440 tETH_HDR eth_hdr; in btpan_tap_send() local541 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR *hdr) { in forward_bnep()