Searched defs:eth_hdr (Results 1 – 2 of 2) sorted by relevance
58 typedef struct eth_hdr { struct59 RawAddress h_dest;60 RawAddress h_src;61 short h_proto;
416 tETH_HDR eth_hdr; in btpan_tap_send() local552 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR* hdr) { in forward_bnep()