Searched refs:encaps_hdr (Results 1 – 1 of 1) sorted by relevance
142 static const u8 encaps_hdr[] = {0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00}; variable143 #define ENCAPS_OVERHEAD (sizeof(encaps_hdr) + 2)383 int len = skb->len + sizeof(encaps_hdr) - (2 * ETH_ALEN); in orinoco_process_xmit_skb()396 memcpy(hdr.encap, encaps_hdr, sizeof(encaps_hdr)); in orinoco_process_xmit_skb()682 return (memcmp(hdr, &encaps_hdr, 5) == 0) in is_ethersnap()