Searched defs:eth_hdr (Results 1 – 2 of 2) sorted by relevance
52 typedef struct eth_hdr { struct53 RawAddress h_dest;54 RawAddress h_src;55 short h_proto;
400 tETH_HDR eth_hdr; in btpan_tap_send() local535 static int forward_bnep(tETH_HDR* eth_hdr, BT_HDR* hdr) { in forward_bnep()